OSDN Git Service

disable libvaapi when building ffmpeg
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 27 Jun 2010 19:47:37 +0000 (19:47 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 27 Jun 2010 19:47:37 +0000 (19:47 +0000)
we don't use it.  causes link errors on systems that have this library installed.

git-svn-id: svn://localhost/HandBrake/trunk@3416 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/ffmpeg/module.defs

index 7b96168..4ad4a21 100644 (file)
@@ -14,6 +14,7 @@ FFMPEG.CONFIGURE.extra = \
     --disable-ffserver \
     --disable-muxers \
     --disable-network \
+    --disable-vaapi \
     --enable-bzlib \
     --enable-encoder=ac3 \
     --enable-encoder=mpeg4 \