1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 12:55:16 +00:00

Merge two identical NetBSD/OpenBSD conditions.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28142 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-12-13 12:17:00 +00:00
parent 83930dd4f5
commit 35acf1629b

3
configure vendored
View File

@ -7676,8 +7676,7 @@ fi
_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'