mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
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:
commit
e07cb8fcec
@ -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 \
|
||||
|
||||
@ -476,6 +476,7 @@ RUN \
|
||||
|
||||
RUN \
|
||||
echo "**** arrange files ****" && \
|
||||
/usr/local/lib/rustlib/uninstall.sh && \
|
||||
ldconfig && \
|
||||
mkdir -p \
|
||||
/buildout/usr/local/bin \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user