Update to version 8.0

This commit is contained in:
Daniel Bermond
2025-10-04 15:25:22 -03:00
parent 2f9c759725
commit 7eb45c4ac7
11 changed files with 1535 additions and 214 deletions
@@ -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