Mercurial > libavcodec.hg
changeset 11261:5d307f8e154a libavcodec
Fix h264 parser dependencies
author | daniel |
---|---|
date | Tue, 23 Feb 2010 08:32:29 +0000 |
parents | 66e22bbcf176 |
children | 5b18601ed456 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Feb 23 08:23:59 2010 +0000 +++ b/Makefile Tue Feb 23 08:32:29 2010 +0000 @@ -520,6 +520,7 @@ OBJS-$(CONFIG_H263_PARSER) += h263_parser.o OBJS-$(CONFIG_H264_PARSER) += h264_parser.o h264.o h264idct.o \ h264pred.o cabac.o \ + h264_refs.o h264_sei.o h264_loopfilter.o h264_direct.o h264_cabac.o h264_cavlc.o h264_ps.o \ mpegvideo.o error_resilience.o OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg_parser.o OBJS-$(CONFIG_MLP_PARSER) += mlp_parser.o mlp.o