aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2009-12-22 21:29:05 +0000
committeralthekiller <althekiller@svn>2009-12-22 21:29:05 +0000
commitef23596c4ffa5869bf3be88ff1792901ab22c124 (patch)
tree7a65f37dbfd06841ed17502c274391d5c9f06b6d /configure.in
parentde1d3b8d8c4499a7a9647a4c5b718ca4bb2669fb (diff)
fixed: ensure that --(en|dis)able-vdpau is passed on to ffmpeg configure
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25980 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3c177ca5c2..e47fb11fca 100644
--- a/configure.in
+++ b/configure.in
@@ -1205,7 +1205,7 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/ffmpeg], [
--enable-shared \
--enable-postproc \
--enable-gpl \
- `if test "$use_vdpau" = "yes"; then echo --enable-vdpau; fi` \
+ `if test "$use_vdpau" = "yes"; then echo --enable-vdpau; else echo --disable-vdpau; fi` \
--enable-libfaad \
--enable-protocol=http \
--enable-pthreads \