1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-07-07 19:27:07 +02:00

whisper : fix build with -Werror=undef ()

This commit is contained in:
Philippe Normand
2023-06-25 13:30:39 +01:00
committed by GitHub
parent 6c68218e3c
commit 44cb044e66

@ -1,5 +1,5 @@
#include "whisper.h"
#if WHISPER_USE_COREML
#ifdef WHISPER_USE_COREML
#include "coreml/whisper-encoder.h"
#endif