aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-06-26 11:25:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-06-26 11:25:42 +0000
commit0c587a4ea8256f12735f5234e783be02532696bb (patch)
treea469d849960b9b51f1d25483a42b328f97a800af /libavcodec/Makefile
parentfb9464e807190bcc15abafbc85ee684f053f9875 (diff)
downloadffmpeg-0c587a4ea8256f12735f5234e783be02532696bb.tar.gz
VP3 & Theora parser to extract keyframe flags.
This parser is not able to split random bitstream pieces. Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index dedc5c2e8b..d0ea2a81b8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -350,6 +350,7 @@ OBJS-$(CONFIG_MPEGAUDIO_PARSER) += mpegaudio_parser.o mpegaudiodecheader.
OBJS-$(CONFIG_MPEGVIDEO_PARSER) += mpegvideo_parser.o mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o
OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o
+OBJS-$(CONFIG_VP3_PARSER) += vp3_parser.o
OBJS-$(CONFIG_DUMP_EXTRADATA_BSF) += dump_extradata_bsf.o
OBJS-$(CONFIG_H264_MP4TOANNEXB_BSF) += h264_mp4toannexb_bsf.o