[MPlayer-cvslog] r28143 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Dec 13 13:18:14 CET 2008
Author: diego
Date: Sat Dec 13 13:18:14 2008
New Revision: 28143
Log:
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Dec 13 13:18:14 2008
@@ -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
More information about the MPlayer-cvslog
mailing list