Browse code

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

Diego Biurrun authored on 2009/12/29 02:45:31
Showing 2 changed files
... ...
@@ -1105,6 +1105,7 @@ flashsv_decoder_select="zlib"
1105 1105
 flashsv_encoder_select="zlib"
1106 1106
 flv_encoder_select="h263_encoder"
1107 1107
 h261_encoder_select="aandct"
1108
+h263_decoder_select="h263_parser"
1108 1109
 h263_encoder_select="aandct"
1109 1110
 h263_vaapi_hwaccel_deps="va_va_h"
1110 1111
 h263_vaapi_hwaccel_select="vaapi h263_decoder"
... ...
@@ -129,7 +129,7 @@ OBJS-$(CONFIG_H261_ENCODER)            += h261enc.o h261.o             \
129 129
                                           mpegvideo_enc.o motion_est.o \
130 130
                                           ratecontrol.o mpeg12data.o   \
131 131
                                           mpegvideo.o
132
-OBJS-$(CONFIG_H263_DECODER)            += h263dec.o h263.o h263_parser.o \
132
+OBJS-$(CONFIG_H263_DECODER)            += h263dec.o h263.o \
133 133
                                           mpegvideo.o error_resilience.o
134 134
 OBJS-$(CONFIG_H263_VAAPI_HWACCEL)      += vaapi_mpeg4.o
135 135
 OBJS-$(CONFIG_H263I_DECODER)           += h263dec.o h263.o \