From 0a6c39fcd2f352d0413298274efab13056fd429a Mon Sep 17 00:00:00 2001 From: eddyg Date: Tue, 3 Mar 2009 01:16:09 +0000 Subject: 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 --- contrib/libtheora/module.defs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/libtheora') 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 -- cgit v1.2.3