Skip to content

Commit ae0f517

Browse files
committed
remove obsolete patch
1 parent 8f5d687 commit ae0f517

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
896893
RUN \
897894
echo "**** compiling ffmpeg ****" && \
898895
cd /tmp/ffmpeg && \
899-
patch -p1 < ffmpeg_n7_fix.patch && \
900896
./configure \
901897
--disable-debug \
902898
--disable-doc \

Dockerfile.aarch64

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

ffmpeg_n7_fix.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)