mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 07:26:28 +00:00
Remove libavfilter. Fix MIPS library binaries to run on the emulator.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user