Enables the JNI-based H.264 encoder and decoder on Linux (but it only works on 32-bit systems and the 64-bit support will come soon).

cusax-fix
Lyubomir Marinov 17 years ago
parent 2d36d710a0
commit 0cc0ee269e

Binary file not shown.

@ -91,7 +91,8 @@ public class EncodingConfiguration
*/
private static final boolean H264_JNI =
System.getProperty("os.name").contains("Windows")
|| System.getProperty("os.name").contains("Mac OS X");
|| System.getProperty("os.name").contains("Mac OS X")
|| System.getProperty("os.name").contains("Linux");
private static final String[] customCodecs =
new String[]

Loading…
Cancel
Save