Skip to content

Commit

Permalink
let rav1e bust its budget rather than breaking video
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed May 17, 2024
1 parent 332a34b commit 39cf89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ffmpeg/Dockerfile.ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ ENV PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig"
COPY --from=downloader /downloads /downloads/

RUN cd /downloads/rav1e && \
sed -i 's/cap_underflow: false,/cap_underflow: true,/' src/rate.rs && \
RUSTFLAGS="-C target-cpu=native" cargo cinstall --release --prefix ${PREFIX} --library-type staticlib

RUN cd /downloads/svtav1/Build && \
Expand Down

0 comments on commit 39cf89f

Please sign in to comment.