Skip to content

Commit e8a0089

Browse files
authored
Merge pull request #42 from mutablelogic/v1
V1
2 parents 9b69086 + 34859c6 commit e8a0089

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ I don't know what the windows one should be as I don't have a windows machine.
2929

3030
## Ubuntu 22.04
3131

32+
Installing FFmpeg 6.1 libraries
33+
3234
```bash
3335
sudo add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6
3436
sudo apt-get update

sys/whisper/contextparams.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import "encoding/json"
77

88
/*
99
#cgo pkg-config: libwhisper
10-
#cgo darwin pkg-config: libwhisper-darwin
11-
#cgo linux pkg-config: libwhisper-linux
12-
1310
#include <whisper.h>
1411
*/
1512
import "C"

0 commit comments

Comments
 (0)