From e080f9e8898c0c592bb47aa1a9e75a8007aa1fee Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 11 Jul 2019 16:59:09 +0300 Subject: [PATCH] Updating ffmpeg dist to 4.1.4 --- README.md | 2 +- ffmpeg-android-maker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ea8f5..83245ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Here is a script that downloads the source code of [FFmpeg](https://www.ffmpeg.org) library and assembles it for Android. The script produces shared libraries as well as header files. The output structure looks like this: 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 is **4.1.3**. And the script expects to use Android NDK **r19** (*b* and *c* also work as well as *r20-beta1* and *r20-beta2*). Starting with FFmpeg 4.1 and NDK r19 the whole process became much simpler. +The version of FFmpeg here is **4.1.4**. And the script expects to use at least Android NDK **r19** (*b* and *c* also work as well as *r20*). Starting with FFmpeg 4.1 and NDK r19 the whole process became much simpler. ## Supported architectures diff --git a/ffmpeg-android-maker.sh b/ffmpeg-android-maker.sh index f42206e..7fe6626 100755 --- a/ffmpeg-android-maker.sh +++ b/ffmpeg-android-maker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -FFMPEG_VERSION=4.1.3 +FFMPEG_VERSION=4.1.4 # Assuming the script is used on macOS or Linux machine case "$OSTYPE" in