Updated docs to inciate this doesn't currently support ffmpeg 5.x or later. foreign-abi
authorNot Zed <notzed@gmail.com>
Wed, 10 May 2023 01:38:50 +0000 (11:08 +0930)
committerNot Zed <notzed@gmail.com>
Wed, 10 May 2023 01:38:50 +0000 (11:08 +0930)
README
config.make.in

diff --git a/README b/README
index 2cd4af0..6203f6f 100644 (file)
--- a/README
+++ b/README
@@ -12,7 +12,8 @@ libraries provided by FFmpeg.
 Compile
 -------
 
-Requires OpenJDK 19 and a compatible version of the ffmpeg sdk.
+Requires OpenJDK 20 and a compatible version of the ffmpeg sdk (ffmpeg
+4.4.x is known to work, ffmpeg 5.x isn't).
 
 The prequisitve project notzed.nativez must also have previously been
 compiled to the 'sdk' target and will be automatically used if it is
index e94f1b5..9403cbc 100644 (file)
@@ -9,7 +9,7 @@ FFMPEG_HOME ?= /usr
 NATIVEZ_HOME=../nativez/bin/$(TARGET)
 
 JAVAMODPATH = $(JAVAFX_HOME)/lib $(NATIVEZ_HOME)/lib
-JAVACFLAGS += --enable-preview --source 19
+JAVACFLAGS += --enable-preview --source 20
 
 JAVAC ?= $(JAVA_HOME)/bin/javac
 JAR ?= $(JAVA_HOME)/bin/jar