From 70d475eb489e9b146ebb0111f2c0405b7d886759 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 10 May 2023 11:08:50 +0930 Subject: [PATCH] Updated docs to inciate this doesn't currently support ffmpeg 5.x or later. --- README | 3 ++- config.make.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2