mirror of https://github.com/mpv-player/mpv
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28143 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
35acf1629b
commit
aacc576749
|
@ -6392,7 +6392,7 @@ if test "$_real" = auto ; then
|
|||
_real=no
|
||||
_res_comment="dynamic loader support needed"
|
||||
if test "$_dl" = yes || test "$_win32dll" = yes &&
|
||||
(linux || freebsd || netbsd || dragonfly || darwin || win32) ; then
|
||||
(linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32) ; then
|
||||
_real=yes
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue