1
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:
nexus 2002-06-10 16:19:46 +00:00
parent 7e95379cea
commit 62a35580dc

5
configure vendored
View File

@ -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)"