An open API service indexing awesome lists of open source software.

https://github.com/erbws/libmpv-ohos-build

libmpv for OpenHarmony
https://github.com/erbws/libmpv-ohos-build

build harmonyos harmonyos-next libmpv mpv openharmony

Last synced: 4 months ago
JSON representation

libmpv for OpenHarmony

Awesome Lists containing this project

README

          

# libmpv-ohos-build

Build scripts of [libmpv](https://github.com/mpv-player/mpv) for ohos-arm64 (API 15+).

Scripts are compatible with macOS, Linux and WSL, Windows is not supported.

## Build Dependencies

- git
- curl
- make
- python3
- pkg-conf
- gperf
- meson

ohos sdk is automatically downloaded on Linux / WSL, but you need to manually download DevEco Studio on your mac.

## Build

```shell
chmod +x *.sh */*.sh
./bundle.sh
```