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

pull/1049/head
Philippe Normand 2023-06-25 13:30:39 +01:00 committed by GitHub
parent 6c68218e3c
commit 44cb044e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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