libav: Ensure to link with -lavfilter

This commit is contained in:
Sebastian Dröge 2016-01-21 11:41:45 +02:00
parent 6e18a221a0
commit 9dd7bcc486

View file

@ -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"