libav: Fix typo in the SWSCALE libraries for static plugins

This commit is contained in:
Sebastian Dröge 2013-04-16 14:49:59 +02:00
parent d3b125913f
commit e721aadc88

View file

@ -316,7 +316,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 libgstswscale.a as a file and won't be usable. 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 dnl libav*.a must be copied to the final destination too
LIBAV_LIBS="-lswscale -lavutil" SWSCALE_LIBS="-lswscale -lavutil"
else else
dnl libgstswscale.la: libs to statically link to dnl libgstswscale.la: libs to statically link to
SWSCALE_LIBS="$SWSCALE_DEPS" SWSCALE_LIBS="$SWSCALE_DEPS"