mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 20:31:37 +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
|
_extralibdir=-L/usr/local/lib
|
||||||
_extraincdir=-I/usr/local/include
|
_extraincdir=-I/usr/local/include
|
||||||
|
|
||||||
if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
|
if [ x"$_sdlconfig" = x"" ]; then
|
||||||
_sdlconfig='sdl11-config'
|
if [ "$system_name" = "FreeBSD" ]; then
|
||||||
else
|
_sdlconfig='sdl11-config'
|
||||||
_sdlconfig='sdl-config'
|
else
|
||||||
|
_sdlconfig='sdl-config'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
Reference in New Issue
Block a user