summaryrefslogtreecommitdiffstats
path: root/contrib/libtheora
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-09-10 12:18:39 +0000
committerRodeo <[email protected]>2012-09-10 12:18:39 +0000
commit0f39e0706350385b4260a58fa9273e716d61d663 (patch)
tree1a2d4b20227bece4e970bc10624632bcf2310d09 /contrib/libtheora
parenteee5a0765a43881bf0888c6cb75b4425c83032de (diff)
Disable format specification generation when building libtheora.
Fixes cross-compile failure on hosts with pdfLaTeX, BibTeX and TransFig installed. Patch by Arthur Liu. Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4949 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libtheora')
-rw-r--r--contrib/libtheora/module.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs
index db29a89cd..7aef8e2dc 100644
--- a/contrib/libtheora/module.defs
+++ b/contrib/libtheora/module.defs
@@ -8,6 +8,7 @@ LIBTHEORA.CONFIGURE.extra = \
--disable-oggtest \
--disable-sdltest \
--disable-vorbistest \
+ --disable-spec \
--with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \
--with-vorbis=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \
HAVE_PKG_CONFIG=no