Set FLAC to use 64-bit words in 64-bit targets.

This commit is contained in:
2021-10-31 17:05:32 +00:00
parent d26c6d765f
commit ea18f423f7
2 changed files with 10 additions and 0 deletions

4
3rdparty/flac.cmake vendored
View File

@@ -161,4 +161,8 @@ endif()
set_property(TARGET FLAC PROPERTY C_VISIBILITY_PRESET hidden)
if(ARCHITECTURE_IS_64BIT)
set(ENABLE_64_BIT_WORDS 1)
endif()
configure_file(flac/config.cmake.h.in flac/config.h)