diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-16 14:49:59 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-16 14:49:59 +0200 |
commit | e721aadc88e407d40ca6aafe344997eba7235397 (patch) | |
tree | 06aa9900f14d8db07900fcafd9a4f63e50c43fbc | |
parent | d3b125913f9137002d1deeca0f260dd79762729c (diff) |
libav: Fix typo in the SWSCALE libraries for static plugins
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a147b5e..b199473 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" |