From 64fdc1d7a04550ee9d004081b0eceb424ba23d06 Mon Sep 17 00:00:00 2001 From: brian-ch Date: Sun, 14 Feb 2016 18:18:39 +0000 Subject: Ops, fixing the version check in configure git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3195 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7687b36c..cad1b579 100755 --- a/configure +++ b/configure @@ -7129,7 +7129,7 @@ $as_echo "[$FFMPEG_VERSION]" >&6; } # the first swresample header translation was in ffmpeg 2.1 (avutil 52.48.100) -if [ "$libavutil_VERSION_MAJOR" -gt 80 ] || ([ "$libavutil_VERSION_MAJOR" -eq 52 ] && [ "$libavutil_VERSION_MINOR" -ge 48 ]); then +if [ "$libavutil_VERSION_MAJOR" -gt 52 ] || ([ "$libavutil_VERSION_MAJOR" -eq 52 ] && [ "$libavutil_VERSION_MINOR" -ge 48 ]); then # find FFMpeg's swresample lib (just if FFMpeg is compiled in GPL mode) have_lib="no" -- cgit v1.2.3