Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nova-video-player/opus-android-builder
libopus
https://github.com/nova-video-player/opus-android-builder
Last synced: 8 days ago
JSON representation
libopus
- Host: GitHub
- URL: https://github.com/nova-video-player/opus-android-builder
- Owner: nova-video-player
- License: apache-2.0
- Created: 2020-10-31T10:03:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T14:02:38.000Z (12 months ago)
- Last Synced: 2024-04-14T09:04:32.640Z (7 months ago)
- Language: Shell
- Size: 9.77 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opus-android-builder
A simple shell script to cross-compile libopus project for Android targets.
Builds the binaries/libs for the following architectures: armeabi-v7a arm64-v8a x86 x86_64.
Typical usage:
```
./build.sh
```
Requirements:
- some dev tools
- android SDK installed and $ANDROID_HOME variable correctly set