Skip to content

Commit

Permalink
Re-enable ffmpeg optimizations on Linux
Browse files Browse the repository at this point in the history
They were disabled due to -Ofast but Dockerfile is switched to -O3 since a long time
  • Loading branch information
ilya-fedin authored and john-preston committed Feb 20, 2025
1 parent 0c2d00c commit bd28ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bd28ac6

Please sign in to comment.