diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-01-15 12:23:03 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2009-01-15 12:23:03 +0000 |
commit | 2ea512a6c2ff3404563ad364a3e806a8630cdc84 (patch) | |
tree | e3af6de1a73717b765369349528a5aba4f2b94d7 /libavformat/Makefile | |
parent | f3ba7c54687082a82aab3183a86fd4e7bf187671 (diff) | |
download | ffmpeg-2ea512a6c2ff3404563ad364a3e806a8630cdc84.tar.gz |
Factorise id3v2 header parsing from mp3.c to be shared
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 16615 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 1db51591ea..dd216d5fa0 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -93,7 +93,7 @@ OBJS-$(CONFIG_MMF_MUXER) += mmf.o riff.o OBJS-$(CONFIG_MOV_DEMUXER) += mov.o riff.o isom.o OBJS-$(CONFIG_MOV_MUXER) += movenc.o riff.o isom.o avc.o OBJS-$(CONFIG_MP2_MUXER) += mp3.o -OBJS-$(CONFIG_MP3_DEMUXER) += mp3.o +OBJS-$(CONFIG_MP3_DEMUXER) += mp3.o id3v2.o OBJS-$(CONFIG_MP3_MUXER) += mp3.o OBJS-$(CONFIG_MP4_MUXER) += movenc.o riff.o isom.o avc.o OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o |