From aacc57674906841378a1698aa8068134d0bd1ee2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 13 Dec 2008 12:18:14 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3