Skip to content

Commit 884985a

Browse files
author
Andrea Medeghini
committed
Replaced repository url with a fork on GitHub
1 parent 52df29e commit 884985a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ffmpeg4java:latest
22

33
RUN 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

77
COPY Makefile.lib.linux ffmpeg/Makefile.lib.linux
88
COPY Makefile.jni.linux ffmpeg/Makefile.jni.linux

Dockerfile.mingw64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ffmpeg4java:latest
22

33
RUN 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

77
COPY Makefile.lib.mingw64 ffmpeg/Makefile.lib.mingw64
88
COPY Makefile.jni.mingw64 ffmpeg/Makefile.jni.mingw64

build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export BUILD_DIR=`pwd`/build
33

44
rm -fR ffmpeg
55

6-
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
6+
git clone https://github.com/nextbreakpoint/FFmpeg.git ffmpeg
77

88
cp Makefile.lib.macos ffmpeg/Makefile.lib.macos
99
cp Makefile.jni.macos ffmpeg/Makefile.jni.macos

0 commit comments

Comments
 (0)