[FFmpeg-devel] [PATCH 1/2] lavfi: fix building with --disable-everything --enable-shared

Hendrik Leppkes h.leppkes at gmail.com
Fri May 24 16:38:01 CEST 2013


---
 libavfilter/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index fa601b5..60a560f 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -2,6 +2,11 @@ include $(SUBDIR)../config.mak
 
 NAME = avfilter
 FFLIBS = avutil
+
+FFLIBS-$(CONFIG_AVFORMAT)                    += avformat
+FFLIBS-$(CONFIG_AVCODEC)                     += avcodec
+FFLIBS-$(CONFIG_SWSCALE)                     += swscale
+
 FFLIBS-$(CONFIG_ACONVERT_FILTER)             += swresample
 FFLIBS-$(CONFIG_AMOVIE_FILTER)               += avformat avcodec
 FFLIBS-$(CONFIG_ARESAMPLE_FILTER)            += swresample
-- 
1.8.1.msysgit.1



More information about the ffmpeg-devel mailing list