Mercurial > mplayer.hg
changeset 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 | fc04fa771074 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Dec 13 12:17:00 2008 +0000 +++ b/configure Sat Dec 13 12:18:14 2008 +0000 @@ -6392,7 +6392,7 @@ _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