Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant