[FFmpeg-cvslog] Fix oga muxer standalone compilation.
Carl Eugen Hoyos
git at videolan.org
Sat May 3 15:20:20 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat May 3 08:51:27 2014 +0200| [4116cbeaf50e6b648f9e9c6c54d80719f687eef8] | committer: Carl Eugen Hoyos
Fix oga muxer standalone compilation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4116cbeaf50e6b648f9e9c6c54d80719f687eef8
---
libavcodec/Makefile | 1 +
libavformat/Makefile | 2 ++
2 files changed, 3 insertions(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d6ed5e2..f439806 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -673,6 +673,7 @@ OBJS-$(CONFIG_MPEGTS_MUXER) += mpeg4audio.o
OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpeg4audio.o mpegaudiodata.o
OBJS-$(CONFIG_MXF_MUXER) += dnxhddata.o
OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o
+OBJS-$(CONFIG_OGA_MUXER) += xiph.o flac.o flacdata.o
OBJS-$(CONFIG_OGG_DEMUXER) += xiph.o flac.o flacdata.o \
mpeg12data.o vorbis_parser.o \
dirac.o vorbis_data.o
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2b78e73..457a69f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -272,6 +272,8 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
replaygain.o \
vorbiscomment.o \
flac_picture.o
+OBJS-$(CONFIG_OGA_MUXER) += oggenc.o \
+ vorbiscomment.o
OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \
vorbiscomment.o
OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o oma.o
More information about the ffmpeg-cvslog
mailing list