Skip to content

Commit d7826ae

Browse files
committedFeb 28, 2023
Using FFmpeg 6.0
1 parent cb13b75 commit d7826ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The script also produces `ffmpeg` and `ffprobe` executables that can be used in
1313

1414
The main focus of ffmpeg-android-maker is to prepare shared libraries for seamless integration into an Android project. The script prepares the `output` directory that is meant to be used. And it's not the only thing this project does.
1515

16-
By default this script downloads and builds the FFmpeg **5.1.2**, but the version can be overridden.
16+
By default this script downloads and builds the FFmpeg **6.0**, but the version can be overridden.
1717

1818
The details of how this script is implemented are described in this series of posts:
1919
* [Part 1](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-i-compilation-898e4a249422)

‎scripts/parse-arguments.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ABIS_TO_BUILD=()
1010
API_LEVEL=19
1111
SOURCE_TYPE=TAR
12-
SOURCE_VALUE=5.1.2
12+
SOURCE_VALUE=6.0
1313
EXTERNAL_LIBRARIES=()
1414
FFMPEG_GPL_ENABLED=false
1515

0 commit comments

Comments
 (0)
Failed to load comments.