ffmpeg-go icon indicating copy to clipboard operation
ffmpeg-go copied to clipboard

Failing to compile in this release

Open Bryce-Soghigian opened this issue 2 years ago • 1 comments

~/dev/personal/clippr/work-api (main*) » go run main.go bsoghigian@MacBook-Air

github.com/u2takey/ffmpeg-go

../../../../go/pkg/mod/github.com/u2takey/[email protected]/ffmpeg.go:43:2: undefined: v ../../../../go/pkg/mod/github.com/u2takey/[email protected]/ffmpeg.go:44:1: missing return

Bryce-Soghigian avatar Jan 14 '23 13:01 Bryce-Soghigian

On Ubuntu 22.04 I get

# github.com/u2takey/ffmpeg-go
../../../../.gvm/pkgsets/go1.20.2/global/pkg/mod/github.com/u2takey/[email protected]/run_linux.go:148:30: undefined: exec
../../../../.gvm/pkgsets/go1.20.2/global/pkg/mod/github.com/u2takey/[email protected]/run_linux.go:149:22: undefined: syscall (exit status 1)

delaneyj avatar Apr 20 '23 09:04 delaneyj