Philippe Normand commited on
Commit
29932e6
·
unverified ·
1 Parent(s): 95e087e

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

Browse files
Files changed (1) hide show
  1. whisper.cpp +1 -1
whisper.cpp CHANGED
@@ -1,5 +1,5 @@
1
  #include "whisper.h"
2
- #if WHISPER_USE_COREML
3
  #include "coreml/whisper-encoder.h"
4
  #endif
5
 
 
1
  #include "whisper.h"
2
+ #ifdef WHISPER_USE_COREML
3
  #include "coreml/whisper-encoder.h"
4
  #endif
5