From c8e04c162bb40a659c96e392843c98b8f26f6616 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 14 Dec 2019 21:05:39 +0200 Subject: [PATCH] Mentioning the WIKI page about Adding External libraries in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45be41d..5e6278c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ 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). + **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). **Test your script in a cloud**. This repository has CI integration and you can use it too for your own configurations. See details [here](https://github.com/Javernaut/ffmpeg-android-maker/wiki/Build-automation).