[FFmpeg-cvslog] Fix compilation with --disable-everything --enable-muxer= avi --disable-network.
Anh
git at videolan.org
Wed Apr 16 20:08:01 CEST 2014
ffmpeg | branch: release/2.2 | Anh <anhsoft at yandex.ru> | Wed Apr 16 20:00:17 2014 +0200| [32919db4fb8acd95203849582c9d73bfe8790219] | committer: Carl Eugen Hoyos
Fix compilation with --disable-everything --enable-muxer=avi --disable-network.
Fixes ticket #3568.
(cherry picked from commit c150e2cf324ce0572bb8b9b3501c45465cfbf360)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32919db4fb8acd95203849582c9d73bfe8790219
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 7b2bbed..09045e5 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -84,7 +84,7 @@ OBJS-$(CONFIG_AST_MUXER) += ast.o astenc.o
OBJS-$(CONFIG_AU_DEMUXER) += au.o pcm.o
OBJS-$(CONFIG_AU_MUXER) += au.o rawenc.o
OBJS-$(CONFIG_AVI_DEMUXER) += avidec.o
-OBJS-$(CONFIG_AVI_MUXER) += avienc.o
+OBJS-$(CONFIG_AVI_MUXER) += avienc.o avlanguage.o
OBJS-$(CONFIG_AVISYNTH) += avisynth.o
OBJS-$(CONFIG_AVM2_MUXER) += swfenc.o swf.o
OBJS-$(CONFIG_AVR_DEMUXER) += avr.o pcm.o
More information about the ffmpeg-cvslog
mailing list