mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2024-11-26 23:50:30 +00:00
Disable lto on win64 gcc portable build for now
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
30e7ff1c20
commit
cda8c4df23
@ -384,7 +384,7 @@ pushd x264
|
||||
--host=${FF_TOOLCHAIN} \
|
||||
--cross-prefix=${FF_CROSS_PREFIX} \
|
||||
--disable-cli \
|
||||
--enable-{static,lto,strip,pic}
|
||||
--enable-{static,strip,pic}
|
||||
make -j$(nproc)
|
||||
make install
|
||||
popd
|
||||
@ -592,7 +592,6 @@ fi
|
||||
--disable-w32threads \
|
||||
--enable-pthreads \
|
||||
--enable-shared \
|
||||
--enable-lto=auto \
|
||||
--enable-gpl \
|
||||
--enable-version3 \
|
||||
--enable-schannel \
|
||||
|
Loading…
Reference in New Issue
Block a user