diff options
author | eddyg <[email protected]> | 2009-03-03 01:16:09 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-03-03 01:16:09 +0000 |
commit | 0a6c39fcd2f352d0413298274efab13056fd429a (patch) | |
tree | 86a1d7c92b572d185f52e1751fe7915487c6c6a3 /contrib | |
parent | 1d3a97d6ef70bc534f1701e68c3254b320a2cadf (diff) |
Prevent Theora and Vorbis from using a system (e.g. fink) pkg-config which
they then allow to override HBs paths for other libs. Thanks to KonaBlend
and saintdev for identying the issue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2204 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libtheora/module.defs | 3 | ||||
-rw-r--r-- | contrib/libvorbis/module.defs | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index be40ab579..6505c8b64 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -10,4 +10,5 @@ LIBTHEORA.CONFIGURE.extra = \ --disable-sdltest \ --disable-vorbistest \ --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \ - --with-vorbis=$(call fn.ABSOLUTE,$(CONTRIB.build/)) + --with-vorbis=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \ + HAVE_PKG_CONFIG=no diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index 9946bb53c..df7339c7f 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -4,4 +4,4 @@ $(eval $(call import.CONTRIB.defs,LIBVORBIS)) LIBVORBIS.FETCH.url = http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_b5.tar.gz LIBVORBIS.EXTRACT.tarbase = libvorbis -LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) +LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no" |