forked from markus-perl/ffmpeg-build-script
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sync from upstream #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typo indentation
typo indentation
Adds new required libraries
…RMv8) [linux kernel 4.9 Ubuntu 20.04]
Currently this clobbers any existing CXXFLAGS when configuring x264, this will remove any user specified optimisation or hardening flags. Changing it to prepend to any potential existing CXXFLAG.
Updating config.guess file. Which allowed me to compile on aarch64 (A…
Pass through CXXFLAGS from parent environment
updated packages, added python3 to waf, fixed typo
Ubuntu 22.10 is out of support, this sets the version to 22.04 which is LTS and supported until April 2027. Another option would be to update to 23.04, which would have support to July 2024 (I think).
Set Ubuntu version to 22.04 LTS version
Update build-ffmpeg to include freetype 2.11.1 and fix opencore url
- Updated cuda-ubuntu Dockerfile to use NVIDIAs CUDA image instead - Updated cuda-ubuntu Dockerfile to build NVIDIAs deviceQuery for automatic compute capability detection - Updated build-ffmpeg to use automatic compute capability - Added libzmq to build-ffmpeg
All important changes: - Updated README - Added "-O2" build option to nvccflags - Make use of CURRENT_PACKAGE_VERSION more to reduce redundancies
This was done to avoid superfluous checks for cuda compute capability, even though they are not needed
CUDA 12.2.2
harihraja
reviewed
Dec 12, 2023
nicolasgere
approved these changes
Dec 19, 2023
harihraja
reviewed
Dec 20, 2023
|
||
- name: build ffmpeg | ||
run: | | ||
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done & | ||
SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free | ||
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SKIPRAV1E
is what?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.