You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The script also produces `ffmpeg` and `ffprobe` executables that can be used in
13
13
14
14
The main focus of ffmpeg-android-maker is to prepare shared libraries for seamless integration into an Android project. The script prepares the `output` directory that is meant to be used. And it's not the only thing this project does.
15
15
16
-
By default this script downloads and builds the FFmpeg **7.0**, but the version can be overridden.
16
+
By default this script downloads and builds the FFmpeg **7.0.1**, but the version can be overridden.
17
17
18
18
The details of how this script is implemented are described in this series of posts:
@@ -78,4 +78,4 @@ Certain external libraries require additional software to be installed. Check th
78
78
79
79
The ffmpeg-android-maker's source code is available under the MIT license. See the `LICENSE.txt` file for more details.
80
80
81
-
However, the binaries that are produced have different license. The FFmpeg itself is under [LGPL 2.1](http://ffmpeg.org/legal.html). Enabling certain external libraries (like libx264) changes the license to be GPL 2 or later.
81
+
However, the binaries that are produced have different license. The FFmpeg itself is under [LGPL 2.1](http://ffmpeg.org/legal.html). Enabling certain external libraries (like libx264) changes the license to be GPL 2 or later.
0 commit comments