diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
commit | 61dc238b45245c9e646d47ca8f51c089a1dfb913 (patch) | |
tree | 0502cc3fa46735226751198fc2e0eeb51dbfe83d /libavformat/Makefile | |
parent | e704b012f23044f5e1e95f5237c6c541b57bb625 (diff) | |
download | ffmpeg-61dc238b45245c9e646d47ca8f51c089a1dfb913.tar.gz |
Hook up the MD studio demuxer and Atrac1 decoder.
Originally committed as revision 19969 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 72203cf753..c0ec8ddb37 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -12,6 +12,7 @@ OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v1.o id3v2.o OBJS-$(CONFIG_AC3_DEMUXER) += raw.o OBJS-$(CONFIG_AC3_MUXER) += raw.o OBJS-$(CONFIG_ADTS_MUXER) += adtsenc.o +OBJS-$(CONFIG_AEA_DEMUXER) += aea.o OBJS-$(CONFIG_AIFF_DEMUXER) += aiff.o riff.o raw.o OBJS-$(CONFIG_AIFF_MUXER) += aiff.o riff.o OBJS-$(CONFIG_AMR_DEMUXER) += amr.o |