From: Georgi Gerganov Date: Sun, 25 Jun 2023 12:38:55 +0000 (+0300) Subject: whisper : fix ifdef X-Git-Tag: upstream/0.0.1642~1381 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0539109144120cc9124356a37fdfeca70123f2ee;p=pkg%2Fggml%2Fsources%2Fggml whisper : fix ifdef --- diff --git a/examples/whisper/whisper.cpp b/examples/whisper/whisper.cpp index 65c57f7d..74cfd7b2 100644 --- a/examples/whisper/whisper.cpp +++ b/examples/whisper/whisper.cpp @@ -1,5 +1,5 @@ #include "whisper.h" -#if WHISPER_USE_COREML +#ifdef WHISPER_USE_COREML #include "coreml/whisper-encoder.h" #endif