Fix ffmpeg libs

This commit is contained in:
fapoverflow 2026-01-22 03:36:00 +01:00
parent 32b8b5ae7e
commit 5ce4cdd4db
2 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
.idea .idea
TODO.md TODO.md
*.env *.env
*.old

View file

@ -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 \