mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-02 21:54:17 +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
|
||||
TODO.md
|
||||
*.env
|
||||
*.old
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ RUN cd ~/nv && \
|
|||
./configure \
|
||||
--enable-gpl \
|
||||
--enable-nonfree \
|
||||
--enable-shared \
|
||||
--enable-cuda-nvcc \
|
||||
--enable-nvenc \
|
||||
--enable-nvdec \
|
||||
|
|
@ -77,7 +76,11 @@ RUN cd ~/nv && \
|
|||
--enable-libvorbis \
|
||||
--enable-libx264 \
|
||||
--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-libopus \ # not found : install ?
|
||||
# --enable-libvpx \
|
||||
|
|
|
|||
Loading…
Reference in a new issue