Revision ca87d439 configure
configure | ||
---|---|---|
2941 | 2941 |
die "ERROR: No version of libdc1394 found " |
2942 | 2942 |
fi |
2943 | 2943 |
|
2944 |
if check_pkg_config sdl SDL_version.h SDL_Linked_Version; then |
|
2944 |
SDL_CONFIG="${cross_prefix}sdl-config" |
|
2945 |
if "${SDL_CONFIG}" --version > /dev/null 2>&1; then |
|
2946 |
sdl_cflags=$("${SDL_CONFIG}" --cflags) |
|
2947 |
sdl_libs=$("${SDL_CONFIG}" --libs) |
|
2948 |
check_func_headers SDL.h SDL_Init $sdl_cflags $sdl_libs && |
|
2945 | 2949 |
check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags && |
2946 | 2950 |
enable sdl && |
2947 | 2951 |
check_struct SDL.h SDL_VideoInfo current_w $sdl_cflags && enable sdl_video_size |
Also available in: Unified diff