mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-24 06:02:04 +01:00
Link Accelerate framework to "stream" example
This commit is contained in:
parent
d14823582d
commit
b81a81d543
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ clean:
|
|||||||
CC_SDL=`sdl2-config --cflags --libs`
|
CC_SDL=`sdl2-config --cflags --libs`
|
||||||
|
|
||||||
stream: stream.cpp ggml.o whisper.o
|
stream: stream.cpp ggml.o whisper.o
|
||||||
$(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL)
|
$(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) $(LDFLAGS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Audio samples
|
# Audio samples
|
||||||
|
Loading…
Reference in New Issue
Block a user