diff options
author | Mohamed Naufal <naufal11@gmail.com> | 2010-03-29 22:17:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-29 22:17:01 +0000 |
commit | 148bcae98c7227cfe0aac74841b0888bd456332a (patch) | |
tree | ceb642d0997bbc6d5a0d84e072da3c3a5885c5a2 /libavformat/Makefile | |
parent | 30ad1a66517c5533014ad8b2180bfcf06bb12d80 (diff) | |
download | ffmpeg-148bcae98c7227cfe0aac74841b0888bd456332a.tar.gz |
Implement YOP demuxer and video decoder.
Patch by Mohamed Naufal gmailify(naufal11).
Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 3afa02831a..bcdf3f5c8b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -260,6 +260,7 @@ OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o id3v1.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o +OBJS-$(CONFIG_YOP_DEMUXER) += yop.o OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o |