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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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