File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,19 +45,20 @@ You should have received a copy of the LGPL v2.1 license with FFmpeg4Java. See h
4545
4646# Reference
4747
48- https://github.com/openjdk/jextract/blob/master/samples/libffmpeg/LibffmpegMain.java
49- https://github.com/FFmpeg/FFmpeg/blob/master/INSTALL.md
50- https://ffmpeg.org/doxygen/trunk/structAVStream.html
51- https://ffmpeg.org/doxygen/trunk/group__lavc__core.html
52- http://dranger.com/ffmpeg/tutorial01.html
53-
54- https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md#library-loading
55- https://openjdk.org/jeps/442
56- https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md
48+ Java Foreign Function and Memory API:
49+ https://openjdk.org/jeps/454
50+
51+ jextract download:
5752https://jdk.java.net/jextract/
5853
59- https://central.sonatype.org/publish/generate-token/
54+ jextract guide:
55+ https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md
56+
57+ FFmpeg documentation:
58+ https://ffmpeg.org/documentation.html
6059
61- https://ffmpeg.org/platform.html
60+ FFmpeg source code:
61+ https://ffmpeg.org/download.html#get-sources
6262
63- https://jacobpan3g.github.io/2017/09/01/build-dylib-on-mac/
63+ FFmpeg build notes:
64+ https://ffmpeg.org/platform.html
You can’t perform that action at this time.
0 commit comments