We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7631b1e commit e9e70b7Copy full SHA for e9e70b7
header.go
@@ -5,6 +5,6 @@ package audio_transcoder
5
/*
6
#cgo CFLAGS: -I./3rd/wrapper -I./3rd/include
7
#cgo windows,amd64 LDFLAGS: -L./3rd/lib/win64 -lfaad -lfaac -lopus
8
-#cgo linux,amd64 LDFLAGS: -L./3rd/lib/linux64 -lfaad -lfaac -lopus
+#cgo linux,amd64 LDFLAGS: -L./3rd/lib/linux64 -lfaad -lfaac -lopus -lm -lstdc++
9
*/
10
import "C"
0 commit comments