]> git.sesse.net Git - ffmpeg/commitdiff
configure: Use correct variable name in libsnappy test
authorDiego Biurrun <diego@biurrun.de>
Wed, 23 Nov 2016 07:54:01 +0000 (08:54 +0100)
committerDiego Biurrun <diego@biurrun.de>
Fri, 25 Nov 2016 15:44:57 +0000 (16:44 +0100)
configure

index 78f1cac81cbbdcdd81cce4841d5dc71483e36217..f204dc28d5958710300352d1dc3f34156296c501 100755 (executable)
--- a/configure
+++ b/configure
@@ -4653,7 +4653,7 @@ enabled libopus           && require_pkg_config opus opus_multistream.h opus_mul
 enabled libpulse          && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
 enabled librtmp           && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
 enabled libschroedinger   && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
-enabled libsnappy         && require snappy snappy-c.h snappy_compress -lsnappy
+enabled libsnappy         && require libsnappy snappy-c.h snappy_compress -lsnappy
 enabled libspeex          && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
 enabled libtheora         && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
 enabled libtwolame        && require libtwolame twolame.h twolame_init -ltwolame