[FFmpeg-cvslog] lavc: The h263 encoder (also) depends on h263data.o

Carl Eugen Hoyos git at videolan.org
Sat Aug 8 12:12:23 CEST 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Aug  8 12:11:33 2015 +0200| [7e9cd99627099f6d0b3cc34717fef48e555445ae] | committer: Carl Eugen Hoyos

lavc: The h263 encoder (also) depends on h263data.o

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e9cd99627099f6d0b3cc34717fef48e555445ae
---

 libavcodec/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 59060cf..0404648 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -283,7 +283,7 @@ OBJS-$(CONFIG_H263_DECODER)            += h263dec.o h263.o ituh263dec.o        \
                                           mpeg4video.o mpeg4videodec.o flvdec.o\
                                           intelh263dec.o h263data.o
 OBJS-$(CONFIG_H263_ENCODER)            += mpeg4videoenc.o mpeg4video.o  \
-                                          h263.o ituh263enc.o flvenc.o
+                                          h263.o h263data.o ituh263enc.o flvenc.o
 OBJS-$(CONFIG_H264_DECODER)            += h264.o h264_cabac.o h264_cavlc.o \
                                           h264_direct.o h264_loopfilter.o  \
                                           h264_mb.o h264_picture.o h264_ps.o \



More information about the ffmpeg-cvslog mailing list