diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-22 20:48:40 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 19:05:24 +0200 |
commit | ce0a975689068f2fe70f43797ca6e8b4f6b52a4c (patch) | |
tree | 5c59f7c2031b5d7fd4901ea09b9c3fd363b4d4f0 /libavformat/Makefile | |
parent | acd9948e74b942b21de465aad18825085d8887e5 (diff) | |
download | ffmpeg-ce0a975689068f2fe70f43797ca6e8b4f6b52a4c.tar.gz |
mpc8: read APE tags.
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 f3f0372f8e..bf219c2581 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -150,7 +150,7 @@ OBJS-$(CONFIG_MP2_MUXER) += mp3enc.o rawenc.o OBJS-$(CONFIG_MP3_DEMUXER) += mp3dec.o OBJS-$(CONFIG_MP3_MUXER) += mp3enc.o rawenc.o id3v2enc.o OBJS-$(CONFIG_MPC_DEMUXER) += mpc.o apetag.o -OBJS-$(CONFIG_MPC8_DEMUXER) += mpc8.o +OBJS-$(CONFIG_MPC8_DEMUXER) += mpc8.o apetag.o OBJS-$(CONFIG_MPEG1SYSTEM_MUXER) += mpegenc.o OBJS-$(CONFIG_MPEG1VCD_MUXER) += mpegenc.o OBJS-$(CONFIG_MPEG2DVD_MUXER) += mpegenc.o |