mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
sdl-config fixed - again =) huje atmos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1426 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b69b402258
commit
d5ce4b7b35
10
configure
vendored
10
configure
vendored
@ -343,10 +343,12 @@ fi
|
||||
_extralibdir=-L/usr/local/lib
|
||||
_extraincdir=-I/usr/local/include
|
||||
|
||||
if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
|
||||
_sdlconfig='sdl11-config'
|
||||
else
|
||||
_sdlconfig='sdl-config'
|
||||
if [ x"$_sdlconfig" = x"" ]; then
|
||||
if [ "$system_name" = "FreeBSD" ]; then
|
||||
_sdlconfig='sdl11-config'
|
||||
else
|
||||
_sdlconfig='sdl-config'
|
||||
fi
|
||||
fi
|
||||
|
||||
# ---
|
||||
|
Loading…
Reference in New Issue
Block a user