summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-11-30 23:47:54 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-12-10 19:29:37 +0100
commitc50d591ce2a6dc9d0c31fb651edeb167add7c3fc (patch)
tree198439d2e83352f2a4426344bd312c4b06d90f61
parent51c673a0d703d2daa359ed6c9b87e5f75e2dbec2 (diff)
downloadffmpeg-streaming-c50d591ce2a6dc9d0c31fb651edeb167add7c3fc.zip
ffmpeg-streaming-c50d591ce2a6dc9d0c31fb651edeb167add7c3fc.tar.gz
configure: enable sdl if sdl2 is enabled
sdl is supposed to be an alias, so it should have the same value. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 810e7ab..50877bb 100755
--- a/configure
+++ b/configure
@@ -5894,7 +5894,7 @@ if ! disabled sdl2; then
sdl2_libs="$sdl2_libs -mconsole"
fi
fi
-enabled sdl2 && add_cflags $sdl2_cflags && add_extralibs $sdl2_libs
+enabled sdl2 && enable sdl && add_cflags $sdl2_cflags && add_extralibs $sdl2_libs
disabled securetransport || { check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
check_lib2 "Security/SecureTransport.h Security/Security.h" "SSLCreateContext SecItemImport" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
OpenPOWER on IntegriCloud