From 26060978a2a19730e268944b66b2b930186c0613 Mon Sep 17 00:00:00 2001 From: Alexander Berezhnoi Date: Fri, 3 Jan 2020 19:08:52 +0200 Subject: [PATCH 1/2] Typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b848f44..005beb2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For **libdav1d** building you also need to install *ninja* and *meson* tools. ## Features -**Add and arbitrary external library that FFMpeg supports to the building process**. Just specify how the source code needs to be downloaded and how to perform the build operation. More about this is [here](https://github.com/Javernaut/ffmpeg-android-maker/wiki/External-libraries-integration). +**Add an arbitrary external library that FFMpeg supports to the building process**. Just specify how the source code needs to be downloaded and how to perform the build operation. More about this is [here](https://github.com/Javernaut/ffmpeg-android-maker/wiki/External-libraries-integration). **Setting your own FFmpeg version and origin**. You can actually override the version of FFmpeg used by the script. See details [here](https://github.com/Javernaut/ffmpeg-android-maker/wiki/Setting-the-FFmpeg-version). From 53476a2e14c8c0dcf89fd8a4452982d1199a1151 Mon Sep 17 00:00:00 2001 From: Alexander Berezhnoi Date: Fri, 3 Jan 2020 19:26:57 +0200 Subject: [PATCH 2/2] Mentioning the new article in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 005beb2..7b4003e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The version of FFmpeg here by default is **4.2.2** (but can be overridden). And 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) * [Part 2](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-ii-integration-55fb217251f0) +* [Part 3](https://proandroiddev.com/a-story-about-ffmpeg-on-android-part-iii-extension-71025444896e) The [WIKI](https://github.com/Javernaut/ffmpeg-android-maker/wiki) contains a lot of useful information.