-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go build failed #5
Comments
update libx264 version
|
I had a similar issue, same error as original post.
I got
Resolved by running
Was then able to build with
OS: Ubuntu 20.04 x64 LTS
|
I solved the problem with this following command : go mod tidy Go will download all requirements in go.sum. |
@changchichung There was a bug associated with an older version of the gen2brain x264-go library. The fix for this is to run the following: go get -u github.com/gen2brain/x264-go. Learn more about the issue here: gen2brain/x264-go#6 |
I know there's a similar issue already
#2
but in my case , I didn't get the binary .
OS: ubuntu 20.04 x64
GO version : 1.13.8
any suggestions ?
The text was updated successfully, but these errors were encountered: