diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2214e..52bdd39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: # The included lzma is built for 10.15 can generates linker warnings ../../configure --enable-cross-compile --arch=x86_64 \ --cc="${CC} -arch x86_64" --cxx="${CXX} -arch x86_64" --enable-shared --disable-static --disable-doc \ - --disable-lzma + --disable-lzma --disable-xlib make -j4 make install DESTDIR=$x86path/install diff --git a/ffmpeg/ffmpeg-6.0.7z b/ffmpeg/ffmpeg-6.0.7z index f08828e..392a052 100644 Binary files a/ffmpeg/ffmpeg-6.0.7z and b/ffmpeg/ffmpeg-6.0.7z differ