summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-12-28 17:45:31 +0000
committerDiego Biurrun <diego@biurrun.de>2009-12-28 17:45:31 +0000
commit7f647ae0b173d8d462c0dabce74c5d1157d2dc44 (patch)
tree702990621a41f2447b06f5fb83014c5ac16239cf /configure
parentf34121f3511dd7b02c4353b32d9458fad1772e38 (diff)
Declare the dependency of the H.263 decoder on the H.263 parser in configure.
Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7b85fa8b1a..319b7d7410 100755
--- a/configure
+++ b/configure
@@ -1105,6 +1105,7 @@ flashsv_decoder_select="zlib"
flashsv_encoder_select="zlib"
flv_encoder_select="h263_encoder"
h261_encoder_select="aandct"
+h263_decoder_select="h263_parser"
h263_encoder_select="aandct"
h263_vaapi_hwaccel_deps="va_va_h"
h263_vaapi_hwaccel_select="vaapi h263_decoder"