summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:18:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:18:14 +0000
commitaacc57674906841378a1698aa8068134d0bd1ee2 (patch)
treea95eeaf34b1cd929faf5c03d5d0c75e2fb3999ea
parent35acf1629b2a7f760f1b14c06a1355a40180ab99 (diff)
downloadmpv-aacc57674906841378a1698aa8068134d0bd1ee2.tar.bz2
mpv-aacc57674906841378a1698aa8068134d0bd1ee2.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 24001ed2f9..df1e56a701 100755
--- a/configure
+++ b/configure
@@ -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