File tree Expand file tree Collapse file tree 5 files changed +10
-35
lines changed Expand file tree Collapse file tree 5 files changed +10
-35
lines changed Original file line number Diff line number Diff line change 32
32
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
33
33
fi
34
34
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
42
37
43
38
# pre compiled
44
39
export PRE_COMPILE_TAG_TVOS=ffmpeg4-4.0.5-250610182859
Original file line number Diff line number Diff line change 32
32
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
33
33
fi
34
34
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
42
37
43
38
# pre compiled
44
39
export PRE_COMPILE_TAG_TVOS=ffmpeg5-5.1.6-250623101211
Original file line number Diff line number Diff line change 32
32
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
33
33
fi
34
34
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
42
37
43
38
# pre compiled
44
39
export PRE_COMPILE_TAG_TVOS=ffmpeg6-6.1.1-250623102829
Original file line number Diff line number Diff line change 32
32
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
33
33
fi
34
34
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
42
37
43
38
# pre compiled
44
39
Original file line number Diff line number Diff line change 31
31
export GIT_UPSTREAM=https://github.com/FFmpeg/FFmpeg.git
32
32
fi
33
33
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
41
36
42
37
# pre compiled
43
38
export PRE_COMPILE_TAG_TVOS=fftutorial-6.1.1-250413171857
You can’t perform that action at this time.
0 commit comments