Skip to content

Instantly share code, notes, and snippets.

@lhjnano
Created December 13, 2016 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhjnano/ec128f3f192b4ea92660831a2e96b9bb to your computer and use it in GitHub Desktop.
Save lhjnano/ec128f3f192b4ea92660831a2e96b9bb to your computer and use it in GitHub Desktop.
package com.gluesys.util;
/**
* Created by user on 12/12/16.
*/
public class NDKAdapter {
static {
System.loadLibrary("ffmpeg");
}
public native int run_ffmpeg();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment