ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

Fixed issue where x265.pc file would be missing if git isn't installed

Open throttlehead-dev opened this issue 1 year ago • 0 comments
trafficstars

Took me awhile to track this one down but there's an issue where the x265.pc file isn't generated if git isn't installed.

  • Added new --skip-ffmpeg-build option to skip ffmpeg build and just build the other libs. This made debugging the build happening inside a container little easier because I could split my command into two different statements in the Dockerfile.
  • Added git install to this projects Dockerfile. It's not needed but it would be if this was compiling with --enable-gpl-and-non-free. If someone uses this Dockerfile as a starting point it's now obvious that git is needed.
  • I also added a blurb about this to the Readme.

throttlehead-dev avatar Aug 09 '24 18:08 throttlehead-dev