mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
libav: Fix typo in the SWSCALE libraries for static plugins
This commit is contained in:
parent
d3b125913f
commit
e721aadc88
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ else
|
|||
dnl with static linking we can't use the .a archive directly as they would
|
||||
dnl be included in the final libgstswscale.a as a file and won't be usable.
|
||||
dnl libav*.a must be copied to the final destination too
|
||||
LIBAV_LIBS="-lswscale -lavutil"
|
||||
SWSCALE_LIBS="-lswscale -lavutil"
|
||||
else
|
||||
dnl libgstswscale.la: libs to statically link to
|
||||
SWSCALE_LIBS="$SWSCALE_DEPS"
|
||||
|
|
Loading…
Reference in a new issue