Fix compilation for Windows.

This commit is contained in:
2023-09-24 05:10:42 +01:00
parent 74ac7bd0d1
commit 8b767bbb97

2
3rdparty/flac.cmake vendored
View File

@@ -60,7 +60,7 @@ else ()
check_include_file("x86intrin.h" FLAC__HAS_X86INTRIN)
endif ()
#check_function_exists(fseeko HAVE_FSEEKO)
check_function_exists(fseeko HAVE_FSEEKO)
check_c_source_compiles("int main() { return __builtin_bswap16 (0) ; }" HAVE_BSWAP16)
check_c_source_compiles("int main() { return __builtin_bswap32 (0) ; }" HAVE_BSWAP32)