We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c6801 commit 4dcc62bCopy full SHA for 4dcc62b
examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt
@@ -22,7 +22,7 @@ if (NOT GGML_HOME)
22
${WHISPER_LIB_DIR}/ggml/src/ggml-aarch64.c
23
${WHISPER_LIB_DIR}/ggml/src/ggml-alloc.c
24
${WHISPER_LIB_DIR}/ggml/src/ggml-backend.cpp
25
- ${WHISPER_LIB_DIR}/ggml/src/ggml-backend-reg.c
+ ${WHISPER_LIB_DIR}/ggml/src/ggml-backend-reg.cpp
26
${WHISPER_LIB_DIR}/ggml/src/ggml-quants.c
27
${WHISPER_LIB_DIR}/ggml/src/ggml-threading.cpp
28
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c
0 commit comments