aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-07 04:42:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-07 04:42:39 +0000
commiteb52376915cb518220264962fdbcf22418e790bb (patch)
tree5e07c6c7a1bdc1e6a73d74b8cfbc8d04c106ba34 /libavcodec/Makefile
parentf867378771e60f5acb63d90a9c8020ea76e1500d (diff)
downloadffmpeg-eb52376915cb518220264962fdbcf22418e790bb.tar.gz
Split out flv encoding.
Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 16502f1c64..117f5c1d5b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -128,7 +128,7 @@ OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H263_VAAPI_HWACCEL) += vaapi_mpeg4.o
OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o \
- ratecontrol.o h263.o mpeg12data.o \
+ ratecontrol.o h263.o flvenc.o mpeg12data.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o cabac.o \
mpegvideo.o error_resilience.o