diff options
author | Martin Storsjö <martin@martin.st> | 2010-05-18 19:47:24 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-05-18 19:47:24 +0000 |
commit | e977af6f2ea3752c8e0db04fe9a478f725cd3ebf (patch) | |
tree | d6f0ffccb5d7dac9e2ce60a96965ceeee283a481 /libavformat/Makefile | |
parent | 27a826c941c2b0f685d97eeb21489cbd281728a7 (diff) | |
download | ffmpeg-e977af6f2ea3752c8e0db04fe9a478f725cd3ebf.tar.gz |
Add initial support for RTP hinting in the mov muxer
Originally committed as revision 23164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 43a4a2e0d4..a671e283e2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -114,7 +114,7 @@ OBJS-$(CONFIG_MM_DEMUXER) += mm.o OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o raw.o OBJS-$(CONFIG_MMF_MUXER) += mmf.o riff.o OBJS-$(CONFIG_MOV_DEMUXER) += mov.o riff.o isom.o -OBJS-$(CONFIG_MOV_MUXER) += movenc.o riff.o isom.o avc.o +OBJS-$(CONFIG_MOV_MUXER) += movenc.o riff.o isom.o avc.o movenchint.o OBJS-$(CONFIG_MP2_MUXER) += mp3.o id3v1.o OBJS-$(CONFIG_MP3_DEMUXER) += mp3.o id3v1.o id3v2.o OBJS-$(CONFIG_MP3_MUXER) += mp3.o id3v1.o id3v2.o |