summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-04-04 11:50:46 +0200
committerAnton Khirnov <anton@khirnov.net>2014-04-04 17:40:51 +0200
commit0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4 (patch)
tree0937d2fe711e90d00e06804cb564a546e36892d2 /libavformat/Makefile
parent1d55f8d5f6f2cd74fa27170e2be37a72441d9202 (diff)
oggparsevorbis: export replaygain tags from Vorbis comments
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8be9e2d9ad..e3bfd3a4e4 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -221,6 +221,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
oggparsespeex.o \
oggparsetheora.o \
oggparsevorbis.o \
+ replaygain.o \
vorbiscomment.o \
flac_picture.o
OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \