Mercurial > libavformat.hg
diff Makefile @ 6013:332ad5f30c0e libavformat
Add initial support for RTP hinting in the mov muxer
author | mstorsjo |
---|---|
date | Tue, 18 May 2010 19:47:24 +0000 |
parents | f8d4cc91c798 |
children | ea60b0454e78 |
line wrap: on
line diff
--- a/Makefile Tue May 18 19:40:17 2010 +0000 +++ b/Makefile Tue May 18 19:47:24 2010 +0000 @@ -114,7 +114,7 @@ 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