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:
parent
83930dd4f5
commit
35acf1629b
3
configure
vendored
3
configure
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user