[FFmpeg-devel] [PATCH 1/3] configure: enable sdl if sdl2 is enabled
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Thu Dec 1 01:21:13 EET 2016
sdl is supposed to be an alias, so it should have the same value.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 6345fc2..2ce7555 100755
--- a/configure
+++ b/configure
@@ -5893,7 +5893,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" &&
--
2.10.2
More information about the ffmpeg-devel
mailing list