diff options
author | James Almer <jamrial@gmail.com> | 2013-07-09 02:39:10 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-12 15:34:10 +0200 |
commit | c18375ec8040a9fe0f186b2033dc975883143758 (patch) | |
tree | 271ff49c433689644524d0bf4aaff168e29586d0 /libavformat/Makefile | |
parent | 601d6228c4811d8971a2412a759e1a4ab775ebe8 (diff) | |
download | ffmpeg-streaming-c18375ec8040a9fe0f186b2033dc975883143758.zip ffmpeg-streaming-c18375ec8040a9fe0f186b2033dc975883143758.tar.gz |
oggvorbisdec: add support for embedded cover art
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 9ff5a3c..9bc9cdf 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -218,7 +218,8 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparsespeex.o \ oggparsetheora.o \ oggparsevorbis.o \ - vorbiscomment.o + vorbiscomment.o \ + flac_picture.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \ vorbiscomment.o OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o oma.o |