livepeer / lpms

Livepeer media server
MIT License
282 stars 71 forks source link

ffmpeg: add 'import C' where it's used #370

Closed iameli closed 1 year ago

iameli commented 1 year ago

Essentially a no-op for this project, but it's a good practice to have import "C" in files that use CGO. This means that other things can be compiled with CGO_ENABLED=0 and it won't necessarily break.