File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ffmpeg4java:latest
22
33RUN apt-get update && apt-get -y install make gcc g++
44
5- RUN git clone https://git.ffmpeg.org/ffmpeg .git ffmpeg
5+ RUN git clone https://github.com/nextbreakpoint/FFmpeg .git ffmpeg
66
77COPY Makefile.lib.linux ffmpeg/Makefile.lib.linux
88COPY Makefile.jni.linux ffmpeg/Makefile.jni.linux
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ffmpeg4java:latest
22
33RUN apt-get update && apt-get -y install make mingw-w64
44
5- RUN git clone https://git.ffmpeg.org/ffmpeg .git ffmpeg
5+ RUN git clone https://github.com/nextbreakpoint/FFmpeg .git ffmpeg
66
77COPY Makefile.lib.mingw64 ffmpeg/Makefile.lib.mingw64
88COPY Makefile.jni.mingw64 ffmpeg/Makefile.jni.mingw64
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export BUILD_DIR=`pwd`/build
33
44rm -fR ffmpeg
55
6- git clone https://git.ffmpeg.org/ffmpeg .git ffmpeg
6+ git clone https://github.com/nextbreakpoint/FFmpeg .git ffmpeg
77
88cp Makefile.lib.macos ffmpeg/Makefile.lib.macos
99cp Makefile.jni.macos ffmpeg/Makefile.jni.macos
You can’t perform that action at this time.
0 commit comments