diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-01 17:56:00 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-03 01:20:10 +0100 |
commit | 31f16dc1a16671a32c7aad45a0e0c38d2b0c74e8 (patch) | |
tree | 17e7af66b1a93febb71d594d2cfa39f9efcc787d /libavformat | |
parent | 81dfa21ec9766b80dfb878b2f7eba80992b1170a (diff) | |
download | ffmpeg-31f16dc1a16671a32c7aad45a0e0c38d2b0c74e8.tar.gz |
build: Make the ISMV muxer select the MOV muxer
They share the same code, so building one w/o the other makes no sense.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index c58931679e..2bcf3b2717 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -122,9 +122,6 @@ OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2dec.o img2.o OBJS-$(CONFIG_IMAGE2PIPE_MUXER) += img2enc.o img2.o OBJS-$(CONFIG_INGENIENT_DEMUXER) += ingenientdec.o rawdec.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o -OBJS-$(CONFIG_ISMV_MUXER) += movenc.o isom.o avc.o \ - movenchint.o rtpenc_chain.o \ - mov_chan.o OBJS-$(CONFIG_ISS_DEMUXER) += iss.o OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o |