1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Fixed override of --with-sdl-config.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1420 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-29 17:02:59 +00:00
parent 179565bca1
commit 46ac016991

2
configure vendored
View File

@ -343,7 +343,7 @@ fi
_extralibdir=-L/usr/local/lib
_extraincdir=-I/usr/local/include
if [ "$system_name" = "FreeBSD" ]; then
if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
_sdlconfig='sdl11-config'
else
_sdlconfig='sdl-config'