mirror of https://github.com/mpv-player/mpv
old-build: proper atomics are not strictly required
(cherry picked from commit a92cab736f
)
This commit is contained in:
parent
57f5ad445d
commit
d40ccc3416
|
@ -509,7 +509,7 @@ check_statement_libs "compiler support for __sync built-ins" $_sync SYNC_BUILTIN
|
||||||
_sync=$(defretval)
|
_sync=$(defretval)
|
||||||
|
|
||||||
if test "$_atomic" = no && test "$_sync" = no && test "$_stdatomic" = no ; then
|
if test "$_atomic" = no && test "$_sync" = no && test "$_stdatomic" = no ; then
|
||||||
die "your compiler must support either stdatomic.h, or __atomic, or __sync built-ins."
|
echo "your compiler must support either stdatomic.h, or __atomic, or __sync built-ins."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_compile "iconv" $_iconv ICONV waftools/fragments/iconv.c " " "-liconv" "-liconv $_ld_dl"
|
check_compile "iconv" $_iconv ICONV waftools/fragments/iconv.c " " "-liconv" "-liconv $_ld_dl"
|
||||||
|
|
Loading…
Reference in New Issue