diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-12 23:53:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-12 23:57:00 +0200 |
commit | 620c6292b1a7cdaaa3e258c899b37e68954589b8 (patch) | |
tree | cce4c5fcb0a86343dcbb30c116e0b54dc6122309 /libavformat/Makefile | |
parent | f9c823df13f47d285ed0bd406906e138df4e8ae1 (diff) | |
parent | 0da29727eadcc4e1f1ed661d1db4caed6ceb17c9 (diff) | |
download | ffmpeg-620c6292b1a7cdaaa3e258c899b37e68954589b8.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: Fix Ogg demuxer dependencies
build: Fix FLAC demuxer dependencies
flac: Move flac functions shared between libraries to flac common code
build: Fix CAF demuxer dependencies
build: Fix MP2 muxer dependencies
build: Add missing build rules for the ISMV muxer
configure: Drop redundant mxf_d10 test dependency declaration
Support AAC encoding via the external library fdk-aac
libavcodec: Add more AAC profiles
dct/fft-test: use a replacement getopt() if the system has none present.
Conflicts:
Changelog
libavcodec/Makefile
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 54b26c1416..7a6d2f5345 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -132,6 +132,9 @@ 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 |