Update to version 8.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/cmake/whisper.pc.in
|
||||
+++ b/cmake/whisper.pc.in
|
||||
@@ -6,5 +6,5 @@ includedir=${prefix}/include
|
||||
Name: whisper
|
||||
Description: Port of OpenAI's Whisper model in C/C++
|
||||
Version: @PROJECT_VERSION@
|
||||
-Libs: -L${libdir} -lggml -lggml-base -lwhisper
|
||||
-Cflags: -I${includedir}
|
||||
+Libs: -L${libdir} -lwhisper -lggml -lggml-cpu -lggml-base -lstdc++ -lm -fopenmp -fPIC
|
||||
+Cflags: -I${includedir} -fopenmp -fPIC
|
||||
Reference in New Issue
Block a user