All Projects → thiagooo0 → Lmnplayer

thiagooo0 / Lmnplayer

完整版的ijkplayer,现在自己改一下

Labels

Projects that are alternatives of or similar to Lmnplayer

Mach
A remake of make (in ClojureScript)
Stars: ✭ 240 (-8.75%)
Mutual labels:  makefile
Optware Ng
Stars: ✭ 253 (-3.8%)
Mutual labels:  makefile
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (-2.28%)
Mutual labels:  makefile
Personal Server
Personal server configuration with k3s
Stars: ✭ 2,784 (+958.56%)
Mutual labels:  makefile
Aosp build
AOSP Build system compatible version of Open GApps
Stars: ✭ 250 (-4.94%)
Mutual labels:  makefile
Face recognition models
Trained models for the face_recognition python library
Stars: ✭ 254 (-3.42%)
Mutual labels:  makefile
Tesla Menu
The Nintendo Switch overlay menu
Stars: ✭ 236 (-10.27%)
Mutual labels:  makefile
Sshb0t
A bot for keeping your ssh authorized_keys up to date with user's GitHub keys, **only** use if you enable 2FA & keep your keys updates.
Stars: ✭ 260 (-1.14%)
Mutual labels:  makefile
Learning Nodejs
Project for learning Node.js internals
Stars: ✭ 244 (-7.22%)
Mutual labels:  makefile
Ricing
a book about ricing unix-like systems
Stars: ✭ 257 (-2.28%)
Mutual labels:  makefile
Verified Smart Contracts
Smart contracts which are formally verified
Stars: ✭ 243 (-7.6%)
Mutual labels:  makefile
Data Making Guidelines
📘 Making Data, the DataMade Way
Stars: ✭ 248 (-5.7%)
Mutual labels:  makefile
Packages
Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
Stars: ✭ 2,957 (+1024.33%)
Mutual labels:  makefile
Crazeeriderbbc
Crazee Rider - BBC Micro
Stars: ✭ 243 (-7.6%)
Mutual labels:  makefile
Poudriere
Port/Package build and test system
Stars: ✭ 257 (-2.28%)
Mutual labels:  makefile
Dircolors Solarized
This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.
Stars: ✭ 2,671 (+915.59%)
Mutual labels:  makefile
Go Makefile Example
Example Makefile for Go projects
Stars: ✭ 254 (-3.42%)
Mutual labels:  makefile
Arm Eabi Toolchain
Makefile & supporting patches/scripts to build a bare metal ARM EABI toolchain.
Stars: ✭ 259 (-1.52%)
Mutual labels:  makefile
Docker To Linux
Make bootable Linux disk image abusing Docker
Stars: ✭ 257 (-2.28%)
Mutual labels:  makefile
Archwsl
ArchLinux based WSL Distribution. Supports multiple install.
Stars: ✭ 3,667 (+1294.3%)
Mutual labels:  makefile

Ijkplayer

完整版的ijkplayer的so文件在此。

引用ijkplayer的库

so文件

在各个module中,命名都是ijkplsyer-cpu型号。或者再ijkplayerso中可以找到所有的so文件。

java文件

ijkplayer-java也是要引入的。

LmnPlayer

allprojects {
    		repositories {
	    		...
		    	maven { url 'https://jitpack.io' }
		    }
}
dependencies {
	        implementation 'com.github.thiagooo0:lmnplayer:v1.0.3'
	}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].