diff options
author | David Conrad <lessen42@gmail.com> | 2010-01-11 00:31:52 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-01-11 00:31:52 +0000 |
commit | 24ca518bd1553e2e73d31b9f93df4fb7219606ff (patch) | |
tree | 0aa59b819974d286f6080eea24e447af51d57ba2 /libavformat/Makefile | |
parent | 66b0255248d7a59d24eaf596312e7f14fb7d2cf3 (diff) | |
download | ffmpeg-24ca518bd1553e2e73d31b9f93df4fb7219606ff.tar.gz |
Add support for dirac in ogg
Originally committed as revision 21128 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 9e52bc796c..d804728fcf 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -138,6 +138,7 @@ OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ + oggparsedirac.o \ oggparseflac.o \ oggparseogm.o \ oggparsespeex.o \ |