mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
FreeBSD Real support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7e95379cea
commit
62a35580dc
5
configure
vendored
5
configure
vendored
@ -3227,8 +3227,11 @@ if test "$_real" = auto ; then
|
||||
if linux ; then
|
||||
_real=yes
|
||||
echores "yes"
|
||||
elif freebsd ; then
|
||||
_real=yes
|
||||
echores "yes"
|
||||
else
|
||||
echores "no (untested on non-linux arch)"
|
||||
echores "no (tested only on Linux and FreeBSD arch)"
|
||||
fi
|
||||
else
|
||||
echores "no (dynamic loader support needed)"
|
||||
|
Loading…
Reference in New Issue
Block a user