diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
commit | aa9f4208b633f031d376bccee4246527abdf8d01 (patch) | |
tree | 7fb6053d2a5650148c230199495b07abbd78870f /libavformat/Makefile | |
parent | 77f11d8a4ca22d897c01d4b592e92cff2f16334f (diff) | |
download | ffmpeg-aa9f4208b633f031d376bccee4246527abdf8d01.tar.gz |
ipod/iphone compatible mp4 muxer
Originally committed as revision 12458 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 3edeb53b4d..8b72d2e1d9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -63,6 +63,7 @@ OBJS-$(CONFIG_H263_MUXER) += raw.o OBJS-$(CONFIG_H264_DEMUXER) += raw.o OBJS-$(CONFIG_H264_MUXER) += raw.o OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o +OBJS-$(CONFIG_IPOD_MUXER) += movenc.o riff.o isom.o avc.o OBJS-$(CONFIG_IMAGE2_DEMUXER) += img2.o OBJS-$(CONFIG_IMAGE2_MUXER) += img2.o OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2.o |