Skip to content

Commit c3e1414

Browse files
committed
update readme.txt
1 parent fe9cea0 commit c3e1414

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ A minimal pom.xml is required to upload projects to Maven Central (sonatype).
131131

132132
FFM Support
133133
-----------
134-
Javaforce now support using FFM (Foreign Function & Memory API) to access native functions instead of JNI.
135-
You can call FFM.disable() to revert to JNI.
134+
Javaforce now supports using FFM (Foreign Function & Memory API) to access native functions instead of JNI.
135+
You can call FFM.enable() or FFM.disable() to revert to JNI.
136+
Currently FFM is disabled by default due to performance issues with the media framework (FFmpeg).
136137

137138
Graal Support
138139
-------------

0 commit comments

Comments
 (0)