]> granicus.if.org Git - handbrake/commitdiff
Prevent Theora and Vorbis from using a system (e.g. fink) pkg-config which
authoreddyg <eddyg.hb@myreflection.org>
Tue, 3 Mar 2009 01:16:09 +0000 (01:16 +0000)
committereddyg <eddyg.hb@myreflection.org>
Tue, 3 Mar 2009 01:16:09 +0000 (01:16 +0000)
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
contrib/libvorbis/module.defs

index be40ab5797ccc3371708a41cbaf2e6e1e62a571d..6505c8b649fc657adafb4db38a650f25edd729b2 100644 (file)
@@ -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
index 9946bb53c73b681668fde551d4c86cf939d60046..df7339c7fdea08a38fc6c0cf0f1b35468e64e835 100644 (file)
@@ -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"