diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-07 05:36:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-07 05:36:45 +0000 |
commit | a0b0d75368c603671379de73993404955ca96079 (patch) | |
tree | 4a802b5bdaefbc7382a47e8011184d3942492bb3 /libavcodec/Makefile | |
parent | eb52376915cb518220264962fdbcf22418e790bb (diff) | |
download | ffmpeg-a0b0d75368c603671379de73993404955ca96079.tar.gz |
Split flv decoding out.
Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 117f5c1d5b..c0d633a23b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -124,7 +124,7 @@ OBJS-$(CONFIG_H261_ENCODER) += h261enc.o h261.o \ mpegvideo_enc.o motion_est.o \ ratecontrol.o mpeg12data.o \ mpegvideo.o -OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o \ +OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o flvdec.o\ mpegvideo.o error_resilience.o OBJS-$(CONFIG_H263_VAAPI_HWACCEL) += vaapi_mpeg4.o OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o \ |