mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Fix ffmpeg libs
This commit is contained in:
parent
32b8b5ae7e
commit
5ce4cdd4db
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
||||||
.idea
|
.idea
|
||||||
TODO.md
|
TODO.md
|
||||||
*.env
|
*.env
|
||||||
|
*.old
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ RUN cd ~/nv && \
|
||||||
./configure \
|
./configure \
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-nonfree \
|
--enable-nonfree \
|
||||||
--enable-shared \
|
|
||||||
--enable-cuda-nvcc \
|
--enable-cuda-nvcc \
|
||||||
--enable-nvenc \
|
--enable-nvenc \
|
||||||
--enable-nvdec \
|
--enable-nvdec \
|
||||||
|
|
@ -77,7 +76,11 @@ RUN cd ~/nv && \
|
||||||
--enable-libvorbis \
|
--enable-libvorbis \
|
||||||
--enable-libx264 \
|
--enable-libx264 \
|
||||||
--enable-libx265 \
|
--enable-libx265 \
|
||||||
--disable-static \
|
--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
--pkg-config-flags="--static" \
|
||||||
|
# --disable-static \
|
||||||
|
# --enable-shared \
|
||||||
# --enable-libnpp \ # ERROR: libnpp support is deprecated, version 13.0 and up are not supported \
|
# --enable-libnpp \ # ERROR: libnpp support is deprecated, version 13.0 and up are not supported \
|
||||||
# --enable-libopus \ # not found : install ?
|
# --enable-libopus \ # not found : install ?
|
||||||
# --enable-libvpx \
|
# --enable-libvpx \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue