summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-21 11:41:45 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-01-21 11:41:45 +0200
commit9dd7bcc486038be57f8e60a8c5fd0ce7b3cdd31b (patch)
tree1171ec1a5de8b93d92bef19d37e39e0b465c5037
parent6e18a221a052e2eb4fc98620bebb991919c8b171 (diff)
libav: Ensure to link with -lavfilter
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"