mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
configure.ac: Fix configure for vitasdk
Closes: https://github.com/erikd/libsndfile/issues/310 Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
45fb22f52e
commit
3f8d728f01
@ -246,6 +246,13 @@ AS_CASE([$host_os],
|
||||
])
|
||||
])
|
||||
|
||||
AS_CASE([$host_vendor],
|
||||
[vita], [
|
||||
TYPEOF_SF_COUNT_T="int64_t"
|
||||
SF_COUNT_MAX="0x7FFFFFFFFFFFFFFFLL"
|
||||
SIZEOF_SF_COUNT_T=8
|
||||
])
|
||||
|
||||
AS_IF([test "x$SIZEOF_SF_COUNT_T" = "x4"], [
|
||||
SF_COUNT_MAX="0x7FFFFFFF"
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user