Skip to content

Commit ad61911

Browse files
committed
Update ffmpeg to 7.0.1
1 parent 9aa68de commit ad61911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The script also produces `ffmpeg` and `ffprobe` executables that can be used in
1313

1414
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.
1515

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.
1717

1818
The details of how this script is implemented are described in this series of posts:
1919
* [Part 1](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-i-compilation-898e4a249422)
@@ -78,4 +78,4 @@ Certain external libraries require additional software to be installed. Check th
7878

7979
The ffmpeg-android-maker's source code is available under the MIT license. See the `LICENSE.txt` file for more details.
8080

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.

scripts/parse-arguments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ABIS_TO_BUILD=()
1010
API_LEVEL=21
1111
SOURCE_TYPE=TAR
12-
SOURCE_VALUE=7.0
12+
SOURCE_VALUE=7.0.1
1313
EXTERNAL_LIBRARIES=()
1414
FFMPEG_GPL_ENABLED=false
1515

0 commit comments

Comments
 (0)