Remove libavfilter. Fix MIPS library binaries to run on the emulator.

This commit is contained in:
Cameron Gutman
2014-07-13 21:31:34 -07:00
parent 4258ac752e
commit 9cf592ee26
64 changed files with 10 additions and 6528 deletions

View File

@@ -8,7 +8,6 @@ public class AvcDecoder {
System.loadLibrary("swscale-2");
System.loadLibrary("avcodec-55");
System.loadLibrary("avformat-55");
System.loadLibrary("avfilter-3");
System.loadLibrary("nv_avc_dec");
}