From: Not Zed Date: Wed, 10 May 2023 01:38:50 +0000 (+0930) Subject: Updated docs to inciate this doesn't currently support ffmpeg 5.x or later. X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=70d475eb489e9b146ebb0111f2c0405b7d886759;p=jjmpeg Updated docs to inciate this doesn't currently support ffmpeg 5.x or later. --- diff --git a/README b/README index 2cd4af0..6203f6f 100644 --- 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 diff --git a/config.make.in b/config.make.in index e94f1b5..9403cbc 100644 --- a/config.make.in +++ b/config.make.in @@ -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