Mercurial > mplayer.hg
comparison configure @ 28109:d37dae4f8110
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
author | diego |
---|---|
date | Sat, 13 Dec 2008 12:18:14 +0000 |
parents | df0f7d52de91 |
children | ab477599c7df |
comparison
equal
deleted
inserted
replaced
28108:df0f7d52de91 | 28109:d37dae4f8110 |
---|---|
6390 echocheck "RealPlayer codecs" | 6390 echocheck "RealPlayer codecs" |
6391 if test "$_real" = auto ; then | 6391 if test "$_real" = auto ; then |
6392 _real=no | 6392 _real=no |
6393 _res_comment="dynamic loader support needed" | 6393 _res_comment="dynamic loader support needed" |
6394 if test "$_dl" = yes || test "$_win32dll" = yes && | 6394 if test "$_dl" = yes || test "$_win32dll" = yes && |
6395 (linux || freebsd || netbsd || dragonfly || darwin || win32) ; then | 6395 (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32) ; then |
6396 _real=yes | 6396 _real=yes |
6397 fi | 6397 fi |
6398 fi | 6398 fi |
6399 if test "$_real" = yes ; then | 6399 if test "$_real" = yes ; then |
6400 test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir" | 6400 test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir" |