zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
497 stars 249 forks source link

some tarball's md5sum is not always fixed #45

Closed michalliu closed 8 years ago

michalliu commented 8 years ago

some tarball's md5sum is not always fixed, we ignore it to avoid change it constantly

zimbatm commented 8 years ago

I think it would be better to use urls that return a fixed result instead. Potentially separate the urls and checksums in another file and have a script to update them.

michalliu commented 8 years ago

@zimbatm not good, the goal of md5sum is make sure the downloaded file is correct. If we auto update the md5sum. The md5sum is meaningless. If we take this away, it result is same, we just ignore md5sum.

zimbatm commented 8 years ago

Alright :)