Using the default (4.4) version of FFmpeg to build

pull/60/head
Javernaut 3 years ago
parent 991dcbd3de
commit fc7a3081bc
  1. 2
      .github/workflows/compilability_check.yml
  2. 2
      README.md
  3. 2
      scripts/parse-arguments.sh

@ -18,4 +18,4 @@ jobs:
- name: Executing the script
run: |
export ANDROID_SDK_HOME=$ANDROID_HOME
./ffmpeg-android-maker.sh -all-free -all-gpl -android=18 -abis=${{ matrix.abi }} --source-git-branch=release/4.4
./ffmpeg-android-maker.sh -all-free -all-gpl -android=18 -abis=${{ matrix.abi }}

@ -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 **4.3.1**, but the version can be overridden.
By default this script downloads and builds the FFmpeg **4.4**, 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=16
SOURCE_TYPE=TAR
SOURCE_VALUE=4.3.1
SOURCE_VALUE=4.4
BINUTILS=gnu
EXTERNAL_LIBRARIES=()
FFMPEG_GPL_ENABLED=false

Loading…
Cancel
Save