Using FFmpeg 5.1 as default

ffmpeg_4.4.2
Javernaut 2 years ago
parent da8bffde33
commit ad5396932d
  1. 2
      README.md
  2. 2
      scripts/parse-arguments.sh

@ -13,7 +13,7 @@ The script also produces `ffmpeg` and `ffprobe` executables that can be used in
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.
By default this script downloads and builds the FFmpeg **5.0.1**, but the version can be overridden.
By default this script downloads and builds the FFmpeg **5.1**, but the version can be overridden.
The details of how this script is implemented are described in this series of posts:
* [Part 1](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-i-compilation-898e4a249422)

@ -9,7 +9,7 @@
ABIS_TO_BUILD=()
API_LEVEL=19
SOURCE_TYPE=TAR
SOURCE_VALUE=5.0.1
SOURCE_VALUE=5.1
EXTERNAL_LIBRARIES=()
FFMPEG_GPL_ENABLED=false

Loading…
Cancel
Save