diff options
author | James Almer <jamrial@gmail.com> | 2013-07-09 02:39:09 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-09 19:19:42 +0200 |
commit | 1e5bbbfcf303ec3db0c7db30b85855e2e5358aec (patch) | |
tree | 235658c7b4406123f92242c576acc9cadccd3d76 /libavformat/Makefile | |
parent | f9d7431272f41288a118799b0e843e98d8c4ea93 (diff) | |
download | ffmpeg-1e5bbbfcf303ec3db0c7db30b85855e2e5358aec.tar.gz |
lavf/flacdec: Share the function to parse cover art blocks
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 11e1a69e13..2a6173c153 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -134,6 +134,7 @@ OBJS-$(CONFIG_FFMETADATA_MUXER) += ffmetaenc.o OBJS-$(CONFIG_FILMSTRIP_DEMUXER) += filmstripdec.o OBJS-$(CONFIG_FILMSTRIP_MUXER) += filmstripenc.o OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o rawdec.o \ + flacdec_picture.o \ oggparsevorbis.o \ vorbiscomment.o OBJS-$(CONFIG_FLAC_MUXER) += flacenc.o flacenc_header.o \ |