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

Sync from upstream #8

Merged
merged 133 commits into from
Dec 19, 2023
Merged

Conversation

srikanth-descript
Copy link

No description provided.

abrar71 and others added 30 commits January 9, 2022 14:55
typo indentation
Adds new required libraries
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
ryfow and others added 25 commits October 2, 2023 17:05
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
@srikanth-descript srikanth-descript merged commit 77f2c47 into descriptinc:master Dec 19, 2023
5 checks passed

- 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

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
Labels
None yet
Development

Successfully merging this pull request may close these issues.