File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ RUN apt-get update && apt-get -y install make gcc g++
55COPY Makefile.lib.linux ffmpeg/Makefile.lib.linux
66COPY Makefile.jni.linux ffmpeg/Makefile.jni.linux
77
8+ COPY Patch.linux ffmpeg/Patch.linux
9+
810COPY build-linux.sh build-linux.sh
911
1012RUN chmod 700 build-linux.sh
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ RUN apt-get update && apt-get -y install make mingw-w64
55COPY Makefile.lib.mingw64 ffmpeg/Makefile.lib.mingw64
66COPY Makefile.jni.mingw64 ffmpeg/Makefile.jni.mingw64
77
8+ COPY Patch.mingw64 ffmpeg/Patch.mingw64
9+
810COPY build-mingw64.sh build-mingw64.sh
911
1012RUN chmod 700 build-mingw64.sh
Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ git clone https://github.com/nextbreakpoint/FFmpeg.git ffmpeg
88cp Makefile.lib.macos ffmpeg/Makefile.lib.macos
99cp Makefile.jni.macos ffmpeg/Makefile.jni.macos
1010
11+ cp Patch.macos ffmpeg/Patch.macos
12+
1113cd ffmpeg
1214
1315git checkout ce36e74e75751c721185fbebaa4ee8714b44c5a5
1416
1517cd ..
1618
17- cp Patch.macos ffmpeg/Patch.macos
1819patch -p0 < ffmpeg/Patch.macos
1920
2021cd ffmpeg
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ git checkout ce36e74e75751c721185fbebaa4ee8714b44c5a5
77
88cd ..
99
10- Patch.mingw64 ffmpeg/Patch.mingw64
1110patch -p0 < ffmpeg/Patch.mingw64
1211
1312cd ffmpeg
You can’t perform that action at this time.
0 commit comments