Mercurial > mplayer.hg
changeset 28108:df0f7d52de91
Merge two identical NetBSD/OpenBSD conditions.
author | diego |
---|---|
date | Sat, 13 Dec 2008 12:17:00 +0000 |
parents | f4ff55b427b5 |
children | d37dae4f8110 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Dec 13 12:16:32 2008 +0000 +++ b/configure Sat Dec 13 12:17:00 2008 +0000 @@ -7676,8 +7676,7 @@ _ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic" bsdos && _ld_extra="$_ld_extra -ldvd" -netbsd && x86_32 && _ld_extra="$_ld_extra -li386" -openbsd && x86_32 && _ld_extra="$_ld_extra -li386" +(netbsd || openbsd) && x86_32 && _ld_extra="$_ld_extra -li386" _def_debug='#undef MP_DEBUG' test "$_debug" != "" && _def_debug='#define MP_DEBUG 1'