diff options
author | Patrick Dehne <patrick@mysonicweb.com> | 2009-06-15 08:38:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-15 08:38:11 +0000 |
commit | d9982edfed1c9285ab0f1104df6c045323433a3b (patch) | |
tree | b1147e561a259255b245101db75c7f3d0a3e85d8 /libavformat/Makefile | |
parent | 53e099de8b3206af78312c00308225a558fffbef (diff) | |
download | ffmpeg-d9982edfed1c9285ab0f1104df6c045323433a3b.tar.gz |
The AAC demuxer now depends on id3v1.o.
patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19199 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 faa43b6dce..8973bef42a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -8,7 +8,7 @@ HEADERS = avformat.h avio.h OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o # muxers/demuxers -OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v2.o +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 |