Re-enable ffmpeg optimizations on Linux

They were disabled due to -Ofast but Dockerfile is switched to -O3 since a long time
This commit is contained in:
Ilya Fedin 2025-02-20 04:07:44 +00:00 committed by John Preston
parent 0c2d00c792
commit bd28ac6e1f

View file

@ -489,8 +489,6 @@ 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 \