[FFmpeg-cvslog] configure: Use correct variable name in libsnappy test

Diego Biurrun git at videolan.org
Tue Apr 4 22:09:03 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Nov 23 08:54:01 2016 +0100| [04698d528cac334b6b5cabd3384f01406a766285] | committer: Diego Biurrun

configure: Use correct variable name in libsnappy test

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04698d528cac334b6b5cabd3384f01406a766285
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 78f1cac..f204dc2 100755
--- 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



More information about the ffmpeg-cvslog mailing list