-
Notifications
You must be signed in to change notification settings - Fork 180
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
Remove AWS dependency #102
Comments
I think so too. |
it' used here for the tests i believe https://github.com/u2takey/ffmpeg-go/blob/master/examples/example_test.go |
I investigated this issue because of the file size of the resulting go binary which pointed to aws being the main culprit. Anyhow, I don't use AWS and I'm not sure why it would be incorporated at ffmpeg wrapper level, but in case someone is curious, for my particular case, the binary built solely with |
There is no place for such thing in a library like this. It can easily be made into additional library or custom code. But it should not be a dependency.
The text was updated successfully, but these errors were encountered: