mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-19 18:30:35 +00:00
Detect presence of int64_t.
This commit is contained in:
parent
231bf7b057
commit
fa08b8ad07
@ -112,6 +112,7 @@ AC_CHECK_SIZEOF(float,4)
|
||||
AC_CHECK_SIZEOF(double,4)
|
||||
AC_CHECK_SIZEOF(void*,8)
|
||||
AC_CHECK_SIZEOF(size_t,4)
|
||||
AC_CHECK_SIZEOF(int64_t,8)
|
||||
|
||||
#====================================================================================
|
||||
# Find an appropriate type for sf_count_t.
|
||||
|
Loading…
x
Reference in New Issue
Block a user