We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9cea0 commit c3e1414Copy full SHA for c3e1414
1 file changed
readme.txt
@@ -131,8 +131,9 @@ A minimal pom.xml is required to upload projects to Maven Central (sonatype).
131
132
FFM Support
133
-----------
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.
+Javaforce now supports using FFM (Foreign Function & Memory API) to access native functions instead of JNI.
+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).
137
138
Graal Support
139
-------------
0 commit comments