Skip to content
Snippets Groups Projects
Commit 9dd7bcc4 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

libav: Ensure to link with -lavfilter

parent 6e18a221
No related branches found
No related tags found
Loading
...@@ -320,7 +320,7 @@ else ...@@ -320,7 +320,7 @@ else
dnl with static linking we can't use the .a archive directly as they would 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 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 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 else
dnl libgstlibav.la: libs to statically link to dnl libgstlibav.la: libs to statically link to
LIBAV_LIBS="$LIBAV_DEPS" LIBAV_LIBS="$LIBAV_DEPS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment