markus-perl / ffmpeg-build-script

The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
MIT License
1.02k stars 330 forks source link

Fails at PCRE #119

Open Jakes-old-projects opened 2 years ago

Jakes-old-projects commented 2 years ago
building pcre - version 8.44
=======================
Downloading https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz as pcre-8.44.tar.gz

Failed to download https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz. Exitcode 28. Retrying in 10 seconds

From https://pcre.org/ incase it's relevant

Note that the former ftp.pcre.org FTP site is no longer available. You will need to update any scripts that download PCRE source code to download via HTTPS, Git, or Subversion from the new home on GitHub instead.

TheSashmo commented 2 years ago

Any ideas where to change that in the script? I wasn't able to find it.

TheSashmo commented 2 years ago

Nevermind..... figured it out...

For those not in the know:

Don't re-run the .sh file, you need to edit the build-ffmpeg

Find the build-ffmpeg file, then edit the line with the old ftp and replace it with this new source

http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-8.44.tar.gz

Then run this:

./build-ffmpeg --build --enable-gpl-and-non-free or ./build-ffmpeg --build

I wish I knew enough how to add code to say " Hey! this source no worky " Have separate source? input here - >

LOL