Enables the JNI-based H.264 encoder and decoder on Mac OS X. FFMPEG is at r16801.

cusax-fix
Lyubomir Marinov 17 years ago
parent 078bb85a2a
commit f2c2b5365d

Binary file not shown.

@ -90,7 +90,8 @@ public class EncodingConfiguration
* less efficient JNA ones on the platforms without JNI counterparts.
*/
private static final boolean H264_JNI =
System.getProperty("os.name").contains("Windows");
System.getProperty("os.name").contains("Windows")
|| System.getProperty("os.name").contains("Mac OS X");
private static final String[] customCodecs =
new String[]

Loading…
Cancel
Save