From 8b767bbb975005a9fff3afd7f1fe2071b133c0f0 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Sep 2023 05:10:42 +0100 Subject: [PATCH] Fix compilation for Windows. --- 3rdparty/flac.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/flac.cmake b/3rdparty/flac.cmake index f5d5225..369c30d 100644 --- a/3rdparty/flac.cmake +++ b/3rdparty/flac.cmake @@ -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)