Skip to content

Commit 0d86d46

Browse files
committed
rm GIT_FFMPEG_COMMIT
1 parent 5772f8b commit 0d86d46

File tree

5 files changed

+10
-35
lines changed

5 files changed

+10
-35
lines changed

configs/libs/ffmpeg4.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ else
3232
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
3333
fi
3434

35-
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
36-
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
37-
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
38-
else
39-
export GIT_COMMIT=n4.0.5
40-
export GIT_REPO_VERSION=4.0.5
41-
fi
35+
export GIT_COMMIT=n4.0.5
36+
export GIT_REPO_VERSION=4.0.5
4237

4338
# pre compiled
4439
export PRE_COMPILE_TAG_TVOS=ffmpeg4-4.0.5-250610182859

configs/libs/ffmpeg5.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ else
3232
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
3333
fi
3434

35-
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
36-
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
37-
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
38-
else
39-
export GIT_COMMIT=n5.1.6
40-
export GIT_REPO_VERSION=5.1.6
41-
fi
35+
export GIT_COMMIT=n5.1.6
36+
export GIT_REPO_VERSION=5.1.6
4237

4338
# pre compiled
4439
export PRE_COMPILE_TAG_TVOS=ffmpeg5-5.1.6-250623101211

configs/libs/ffmpeg6.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ else
3232
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
3333
fi
3434

35-
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
36-
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
37-
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
38-
else
39-
export GIT_COMMIT=n6.1.1 #origin/release/5.1
40-
export GIT_REPO_VERSION=6.1.1
41-
fi
35+
export GIT_COMMIT=n6.1.1 #origin/release/5.1
36+
export GIT_REPO_VERSION=6.1.1
4237

4338
# pre compiled
4439
export PRE_COMPILE_TAG_TVOS=ffmpeg6-6.1.1-250623102829

configs/libs/ffmpeg7.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ else
3232
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
3333
fi
3434

35-
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
36-
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
37-
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
38-
else
39-
export GIT_COMMIT=n7.1.1 #origin/release/5.1
40-
export GIT_REPO_VERSION=7.1.1
41-
fi
35+
export GIT_COMMIT=n7.1.1 #origin/release/5.1
36+
export GIT_REPO_VERSION=7.1.1
4237

4338
# pre compiled
4439

configs/libs/fftutorial.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ else
3131
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
3232
fi
3333

34-
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
35-
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
36-
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
37-
else
38-
export GIT_COMMIT=n6.1.1 #origin/release/5.1
39-
export GIT_REPO_VERSION=6.1.1
40-
fi
34+
export GIT_COMMIT=n6.1.1 #origin/release/5.1
35+
export GIT_REPO_VERSION=6.1.1
4136

4237
# pre compiled
4338
export PRE_COMPILE_TAG_TVOS=fftutorial-6.1.1-250413171857

0 commit comments

Comments
 (0)