Revert "Re-enable ffmpeg optimizations on Linux"

This reverts commit bd28ac6e1f.

It fails to link in Release mode with LTO.
This commit is contained in:
John Preston 2025-03-07 22:20:18 +04:00
parent 3bf7c44fc9
commit b0d7c3e9b1

View file

@ -489,6 +489,8 @@ RUN git clone -b n6.1.1 --depth=1 {{ GIT }}/FFmpeg/FFmpeg.git \
--extra-cflags="-DCONFIG_SAFE_BITSTREAM_READER=1" \
--extra-cxxflags="-DCONFIG_SAFE_BITSTREAM_READER=1" \
--disable-debug \
--disable-optimizations \
--disable-inline-asm \
--disable-programs \
--disable-doc \
--disable-network \