From e721aadc88e407d40ca6aafe344997eba7235397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 16 Apr 2013 14:49:59 +0200 Subject: [PATCH] libav: Fix typo in the SWSCALE libraries for static plugins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a147b5e52e..b19947300a 100644 --- a/configure.ac +++ b/configure.ac @@ -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"