zimbatm / ffmpeg-static

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

Error on build.sh #37

Open isantolin opened 8 years ago

isantolin commented 8 years ago

When i run over Debian server, shows me that error

--2015-09-09 21:00:36--  http://mirror2.openwrt.org/sources/last_x264.tar.bz2
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-09-09 21:00:36 ERROR 404: Not Found.

Download failed.
--2015-09-09 21:00:36--  http://downloads.openwrt.org/sources/last_x264.tar.bz2
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-09-09 21:00:37 ERROR 404: Not Found.

``
zimbatm commented 8 years ago

The urls for the latest x264 have probably changed. Do you mind looking for another download source and submit a PR ?

zenny commented 8 years ago

The download url needs to be set like:

http://download.videolan.org/pub/videolan/x264/snapshots/

and the md5sum for last_x264.tar.bz2 has changed to afb0ec994de5cc7757c633de954e6da6

Seems like there is a bunch of md5sum conflicts needed to be fixed, I guess.

obihann commented 8 years ago

@zimbatm https://github.com/zimbatm/ffmpeg-static/pull/42 contains updated m5dsum values and URL's to fix the build.

zimbatm commented 8 years ago

Thanks @obihann !