summaryrefslogtreecommitdiffstats
path: root/contrib/libtheora/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libtheora/module.defs')
-rw-r--r--contrib/libtheora/module.defs13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs
new file mode 100644
index 000000000..be40ab579
--- /dev/null
+++ b/contrib/libtheora/module.defs
@@ -0,0 +1,13 @@
+$(eval $(call import.MODULE.defs,LIBTHEORA,libtheora,LIBOGG LIBVORBIS))
+$(eval $(call import.CONTRIB.defs,LIBTHEORA))
+
+LIBTHEORA.FETCH.url = http://download.m0k.org/handbrake/contrib/libtheora-1.0.tar.gz
+LIBTHEORA.EXTRACT.tarbase = libtheora
+
+LIBTHEORA.CONFIGURE.extra = \
+ --disable-examples \
+ --disable-oggtest \
+ --disable-sdltest \
+ --disable-vorbistest \
+ --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \
+ --with-vorbis=$(call fn.ABSOLUTE,$(CONTRIB.build/))