Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanspeter Niederstrasser <niederstrasser@gmail.com>2011-05-16 04:57:15 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-05-16 04:57:15 +0400
commit350f3d145be685768292f751ec4bec8439bf1113 (patch)
tree1e208abd54855983677ae1a3d080e0f2f93cdb6f /configure
parenta80f74c584296971c6e6b7e0c10d9b5ec0440857 (diff)
configure: another try on fixing osx/mingw SDL
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a7aad19011..fd7d5759f9 100755
--- a/configure
+++ b/configure
@@ -2943,7 +2943,7 @@ SDL_CONFIG="${cross_prefix}sdl-config"
if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
sdl_cflags=$("${SDL_CONFIG}" --cflags)
sdl_libs=$("${SDL_CONFIG}" --libs)
- check_func_headers SDL.h SDL_Init $sdl_cflags $sdl_libs &&
+ check_func_headers SDL_version.h SDL_Linked_Version $sdl_cflags $sdl_libs &&
check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
enable sdl &&
check_struct SDL.h SDL_VideoInfo current_w $sdl_cflags && enable sdl_video_size