Merge pull request #60 from Brainiarc7/patch-3

Enable the full stack of CUDA-related filters via `----enable-cuda-llvm`
This commit is contained in:
aptalca 2024-02-09 03:09:51 -05:00 committed by GitHub
commit e07cb8fcec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,7 @@ RUN \
automake \
bzip2 \
cmake \
clang \
diffutils \
doxygen \
g++ \
@ -763,6 +764,7 @@ RUN \
--enable-nonfree \
--enable-nvdec \
--enable-nvenc \
--enable-cuda-llvm \
--enable-opencl \
--enable-openssl \
--enable-stripping \
@ -774,6 +776,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh && \
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \

View File

@ -476,6 +476,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh && \
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \

View File

@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.

View File

@ -177,6 +177,7 @@ full_custom_readme: |
## Versions
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.