Switching FFmpeg to 4.2.1

pull/10/head
Javernaut 5 years ago
parent 26ec6a2ab9
commit 9b9d3bc2e3
  1. 2
      README.md
  2. 2
      ffmpeg-android-maker.sh

@ -8,7 +8,7 @@ Here is a script that downloads the source code of [FFmpeg](https://www.ffmpeg.o
The actual content of all this directories depends on how the FFmpeg was configured before assembling. For my purpose I enabled only *libavcodec*, *libavformat*, *libavutil* and *libswscale*, but you can set your own configuration to make the FFmpeg you need.
The version of FFmpeg here by default is **4.2** (but can be overridden). And the script expects to use **at least** Android NDK **r19** (*r20* also works ok).
The version of FFmpeg here by default is **4.2.1** (but can be overridden). And the script expects to use **at least** Android NDK **r19** (*r20* also works ok).
## Supported Android ABIs

@ -1,6 +1,6 @@
#!/usr/bin/env bash
FFMPEG_FALLBACK_VERSION=4.2
FFMPEG_FALLBACK_VERSION=4.2.1
# Defining a toolchan directory's name according to the current OS.
# Assume that proper version of NDK is installed.

Loading…
Cancel
Save