Mercurial > libavformat.hg
diff Makefile @ 5319:86c32a27f69a libavformat
Move function that is only used by the MP3 muxer below the corresponding #if.
This removes the dependency of the MP2 muxer on the id3v2 object file.
author | diego |
---|---|
date | Mon, 19 Oct 2009 23:22:23 +0000 |
parents | ceddb3544e43 |
children | 2f2a94b37543 |
line wrap: on
line diff
--- a/Makefile Mon Oct 19 22:36:57 2009 +0000 +++ b/Makefile Mon Oct 19 23:22:23 2009 +0000 @@ -106,7 +106,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 id3v1.o id3v2.o +OBJS-$(CONFIG_MP2_MUXER) += mp3.o id3v1.o OBJS-$(CONFIG_MP3_DEMUXER) += mp3.o id3v1.o id3v2.o OBJS-$(CONFIG_MP3_MUXER) += mp3.o id3v1.o id3v2.o OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o id3v1.o id3v2.o apetag.o