[FFmpeg-devel] [PATCH 2/2] lavd: add lavfi dependencies for test programs.

Nicolas George george at nsup.org
Tue Feb 4 23:49:01 CET 2014


Without it, test programs that use a non-trivial part of
lavd would not build with static libraries due to missing
lswr/lsws/lpp.

Signed-off-by: Nicolas George <george at nsup.org>
---
 libavdevice/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index ffdfa37..b0d0486 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -2,7 +2,7 @@ include $(SUBDIR)../config.mak
 
 NAME    = avdevice
 FFLIBS  = avformat avcodec avutil
-FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter
+FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter $(FFLIBS_avfilter)
 
 HEADERS = avdevice.h                                                    \
           version.h                                                     \
-- 
1.8.5.3



More information about the ffmpeg-devel mailing list