aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2013-06-08 11:52:10 +0200
committerJoakim Plate <elupus@ecce.se>2013-06-08 11:52:10 +0200
commitd192ca3dc7122148d03292ff1ed37fc2fa2225b7 (patch)
treefffe1ef2b0be9030e5c7800676458fcdc1805eda /configure.in
parent13a3215aed9b9d9d4a068a5da35ef376dcc0dc39 (diff)
dvdplayer: support vda decoding using ffmpeg hwaccel infrastructure
This removes the requirment that width/height have to be known before hand, as well as avoid need to extract extradata before hand.
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 e5ae8d478b..72cfc71da9 100644
--- a/configure.in
+++ b/configure.in
@@ -2553,7 +2553,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
ffmpg_config="$ffmpg_config --disable-devices --disable-doc"
ffmpg_config="$ffmpg_config --disable-ffplay --disable-ffmpeg"
ffmpg_config="$ffmpg_config --disable-ffprobe --disable-ffserver"
- ffmpg_config="$ffmpg_config --disable-vda --disable-crystalhd"
+ ffmpg_config="$ffmpg_config --enable-vda --disable-crystalhd"
ffmpg_config="$ffmpg_config --disable-decoder=mpeg_xvmc"
# handle conditional enables/disables