Merge pull request #13 from Steveice10/main

Disable Xlib for FFmpeg build.
This commit is contained in:
SachinVin 2023-04-09 07:19:56 +05:30 committed by GitHub
commit 7ef64986c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.