whisper : fix build with -Werror=undef (#1045)

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

View File

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