Spaces:
Sleeping
Sleeping
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} | |