From 9dd7bcc486038be57f8e60a8c5fd0ce7b3cdd31b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Jan 2016 11:41:45 +0200 Subject: [PATCH] libav: Ensure to link with -lavfilter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4d6fe94..1557bc0 100644 --- a/configure.ac +++ b/configure.ac @@ -320,7 +320,7 @@ else dnl with static linking we can't use the .a archive directly as they would dnl be included in the final libgstlibav.a as a file and won't be usable. dnl libav*.a must be copied to the final destination too - LIBAV_LIBS="-lavformat -lavcodec -lswresample -lavutil" + LIBAV_LIBS="-lavformat -lavcodec -lswresample -lavutil -lavfilter" else dnl libgstlibav.la: libs to statically link to LIBAV_LIBS="$LIBAV_DEPS" -- 2.7.4