AudioValidation / cmake /whisper.pc.in
Skriller0208's picture
Upload 814 files
613af8d verified
raw
history blame contribute delete
254 Bytes
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: whisper
Description: Port of OpenAI's Whisper model in C/C++
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lwhisper
Cflags: -I${includedir}