mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
libav: Ensure to link with -lavfilter
This commit is contained in:
parent
6e18a221a0
commit
9dd7bcc486
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue