From 4fc46c353986787d60bc4eae918cf705d8bd12be Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sun, 10 Mar 2019 16:12:35 +0100 Subject: [PATCH] Improving the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57d394d..0b8b25b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ffmpeg-android-maker -Here is a script that downloads the source code of FFmpeg library and assembles it for Android. The script produces shared libraries as well as header files. The output structure looks like this: -![Markdown Here logo](images/output_structure.png =250x) +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* and *libavutil*, but you can set your own configuration to make the FFmpeg you need. The version of FFmpeg here is **4.1.1**. And the script expects to use Android NDK **r19**. Starting with this versions of FFmpeg and NDK the whole process became much simpler.