Cleanup code

This commit is contained in:
Iwan Timmer
2014-01-11 23:53:08 +01:00
parent 8a5fe4f61f
commit 38540d715c
8 changed files with 16 additions and 136 deletions

View File

@@ -1,10 +1,12 @@
package com.limelight.binding.video;
import com.limelight.binding.LibraryHelper;
/**
* JNI Decoder bindings
* @author Iwan Timmer
*/
public class OmxDecoder {
static {
LibraryHelper.loadNativeLibrary("nv_omx_dec");
System.loadLibrary("nv_omx_dec");
}
public static native int init();