ffmpeg-build-script
ffmpeg-build-script copied to clipboard
Fails at PCRE
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.
Any ideas where to change that in the script? I wasn't able to find it.
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