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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,10 @@ FFmpeg4Java is distributed under the terms of BSD 3-Clause License.
38
38
39
39
## Notice
40
40
41
-
FFmpeg4Java depends on FFmpeg library. See http://ffmpeg.org for details.
41
+
FFmpeg4Java is distributed as JAR file which contains Java classes and a native library. The native library must be installed in the library path of the Java runtime.
42
+
Please note that the native library is statically liked with FFmpeg library under the terms of GNU Lesser General Public License, version 2.1.
43
+
You should have received a copy of the LGPL v2.1 license with FFmpeg4Java. See http://ffmpeg.org for more information about FFmpeg.
42
44
43
-
FFmpeg library is statically linked with FFmpeg4Java library under the terms of GNU Lesser General Public License, version 2.1.
0 commit comments