File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -890,13 +890,9 @@ RUN \
890890 https://ffmpeg.org/releases/ffmpeg-${FFMPEG}.tar.bz2 | \
891891 tar -jx --strip-components=1 -C /tmp/ffmpeg
892892
893- # Apply patch for svt-av1: https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2249#note_2361478864
894- COPY /ffmpeg_n7_fix.patch /tmp/ffmpeg/
895-
896893RUN \
897894 echo "**** compiling ffmpeg ****" && \
898895 cd /tmp/ffmpeg && \
899- patch -p1 < ffmpeg_n7_fix.patch && \
900896 ./configure \
901897 --disable-debug \
902898 --disable-doc \
Original file line number Diff line number Diff line change @@ -640,14 +640,10 @@ RUN \
640640 curl -Lf \
641641 https://ffmpeg.org/releases/ffmpeg-${FFMPEG}.tar.bz2 | \
642642 tar -jx --strip-components=1 -C /tmp/ffmpeg
643-
644- # Apply patch for svt-av1: https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2249#note_2361478864
645- COPY /ffmpeg_n7_fix.patch /tmp/ffmpeg/
646643
647644 RUN \
648645 echo "**** compiling ffmpeg ****" && \
649646 cd /tmp/ffmpeg && \
650- patch -p1 < ffmpeg_n7_fix.patch && \
651647 ./configure \
652648 --disable-debug \
653649 --disable-doc \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments