From 5ce4cdd4db9db178db8233c963bb6fb797b427c8 Mon Sep 17 00:00:00 2001 From: fapoverflow <50244958+fapoverflow@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:36:00 +0100 Subject: [PATCH] Fix ffmpeg libs --- .gitignore | 1 + services/comfy/Dockerfile | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4eaf900..5fe4211 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ .idea TODO.md *.env +*.old diff --git a/services/comfy/Dockerfile b/services/comfy/Dockerfile index 82c72a4..63dd2f1 100644 --- a/services/comfy/Dockerfile +++ b/services/comfy/Dockerfile @@ -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 \