change android folder directory

This commit is contained in:
MartinEesmaa
2022-09-15 09:10:46 +10:00
parent e5a295c4cc
commit 999b3adc37
3 changed files with 0 additions and 0 deletions

BIN
Android/AndroidVVDEC.7z Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
5800c994bde2955752025664272462cd3e56f955ef6b153b5dfc1ef6db8f957a arm64/vvdecapp
9250431c7c390f7ee28207f5e46d8967013f8ea9133f67d253203deb334269ea armeabi/vvdecapp
2b8687d9db101219ee4c45162a6b663629063e4d872b6331b943b8ef0bb0913b x86/vvdecapp
198ebb08d3f74088058432c489601b726b7a586e655afc983126a446d12d16aa x86_64/vvdecapp

17
Android/README.md Normal file
View File

@@ -0,0 +1,17 @@
# Android vvdec applications (Termux app)
Requirements: Termux app with apk or F-Droid app.
See the screenshot of vvdecapp in Termux app:
![termuxvvdecappinandroid](https://user-images.githubusercontent.com/88035011/176990694-52279bf1-86fd-419e-a2b7-1b6d1038ac18.jpg)
All system types of arm64, armeabi, x86 and x86_64 are built on vvdecapp, it is use of Termux app.
arm64 - API 21 (64-bit phones only)
armeabi - API 19 (32-bit phones)
x86 & x86_64 - API 21 (tablets only)
- Martin Eesmaa