Skip to content

Conversation

@throttlehead-dev
Copy link

@throttlehead-dev throttlehead-dev commented Aug 9, 2024

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 throttlehead-dev marked this pull request as ready for review August 9, 2024 18:49
@markus-perl
Copy link
Owner

Thanks, I added the git part from the pull request. Best, Markus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants