aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-23 12:15:40 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-23 12:15:40 +0000
commit83a059881e7f7f3d4e195d46853b08bca1a1cd95 (patch)
tree3938c38fe0ae5eb156844d66fa1bcb5b8216f000 /configure
parent0db4e66aeb757933009b201295d474943da03dfd (diff)
downloadusdx-83a059881e7f7f3d4e195d46853b08bca1a1cd95.tar.gz
usdx-83a059881e7f7f3d4e195d46853b08bca1a1cd95.tar.xz
usdx-83a059881e7f7f3d4e195d46853b08bca1a1cd95.zip
update configure with ffmpeg version detection
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3045 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure48
1 files changed, 36 insertions, 12 deletions
diff --git a/configure b/configure
index 42f88e4d..9643f016 100755
--- a/configure
+++ b/configure
@@ -4525,7 +4525,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libpng_VERSION_INT -le 60000000; then
- if test $libpng_VERSION_INT -ge 52038100; then
+ if test $libpng_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libpng_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libpng_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -4737,7 +4739,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libpng_VERSION_INT -le 60000000; then
- if test $libpng_VERSION_INT -ge 52038100; then
+ if test $libpng_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libpng_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libpng_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -5143,7 +5147,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $lua_VERSION_INT -le 60000000; then
- if test $lua_VERSION_INT -ge 52038100; then
+ if test $lua_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $lua_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $lua_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -5356,7 +5362,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $lua_VERSION_INT -le 60000000; then
- if test $lua_VERSION_INT -ge 52038100; then
+ if test $lua_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $lua_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $lua_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -5568,7 +5576,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $lua_VERSION_INT -le 60000000; then
- if test $lua_VERSION_INT -ge 52038100; then
+ if test $lua_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $lua_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $lua_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -5857,7 +5867,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libavcodec_VERSION_INT -le 60000000; then
- if test $libavcodec_VERSION_INT -ge 52038100; then
+ if test $libavcodec_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libavcodec_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libavcodec_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -6188,7 +6200,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libavformat_VERSION_INT -le 60000000; then
- if test $libavformat_VERSION_INT -ge 52038100; then
+ if test $libavformat_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libavformat_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libavformat_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -6398,7 +6412,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libavutil_VERSION_INT -le 60000000; then
- if test $libavutil_VERSION_INT -ge 52038100; then
+ if test $libavutil_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libavutil_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libavutil_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -6623,7 +6639,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libswscale_VERSION_INT -le 60000000; then
- if test $libswscale_VERSION_INT -ge 52038100; then
+ if test $libswscale_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libswscale_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libswscale_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -6844,7 +6862,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libprojectM_VERSION_INT -le 60000000; then
- if test $libprojectM_VERSION_INT -ge 52038100; then
+ if test $libprojectM_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libprojectM_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libprojectM_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -7140,7 +7160,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $portaudio_VERSION_INT -le 60000000; then
- if test $portaudio_VERSION_INT -ge 52038100; then
+ if test $portaudio_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $portaudio_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $portaudio_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"
@@ -7361,7 +7383,9 @@ eof
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking version of ffmpeg" >&5
$as_echo_n "checking version of ffmpeg... " >&6; }
if test $libpcre_VERSION_INT -le 60000000; then
- if test $libpcre_VERSION_INT -ge 52038100; then
+ if test $libpcre_VERSION_INT -ge 52048100; then
+ FFMPEG_VERSION="2.1"
+ elif test $libpcre_VERSION_INT -ge 52038100; then
FFMPEG_VERSION="2.0"
elif test $libpcre_VERSION_INT -ge 52018100; then
FFMPEG_VERSION="1.2"