diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 16:18:20 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 16:18:20 +0000 |
commit | 49824cb66a329b1c30c76a1b26b176bedab9dcee (patch) | |
tree | d2425848942728a31312ee2eda2148e7891df20b /libavformat/Makefile | |
parent | ef4a93426a2ccb8caa35c3e0c6c8409fa4bd8e0e (diff) | |
download | ffmpeg-49824cb66a329b1c30c76a1b26b176bedab9dcee.tar.gz |
move ADTS AAC demuxer to its own file
Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 5c1aaac8f8..6560377008 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -17,7 +17,7 @@ OBJS = allformats.o \ # muxers/demuxers OBJS-$(CONFIG_A64_MUXER) += a64.o -OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v1.o id3v2.o +OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o id3v1.o id3v2.o OBJS-$(CONFIG_AC3_DEMUXER) += raw.o OBJS-$(CONFIG_AC3_MUXER) += raw.o OBJS-$(CONFIG_ADTS_MUXER) += adtsenc.o |