summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2010-03-20 13:39:22 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2010-03-20 13:39:22 +0000
commitaeef3ec6f01e5bd579c3e60d6da556245a220015 (patch)
treefa90d4813d4e5f13f0c46f85f49fc7bcdc272c72 /libavformat/Makefile
parent66061a1220bc91b216e2a59f6f779c7140a1d198 (diff)
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
Patch by James Darnley <james darnley at gmail> Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index d75f7fa7e1..3519d7ecd0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -151,7 +151,8 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
oggparsevorbis.o \
riff.o \
vorbiscomment.o
-OBJS-$(CONFIG_OGG_MUXER) += oggenc.o
+OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \
+ vorbiscomment.o
OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o
OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += raw.o
OBJS-$(CONFIG_PCM_ALAW_MUXER) += raw.o