https://github.com/heapsio/hlvideo
Hashlink/heaps video support
https://github.com/heapsio/hlvideo
Last synced: 4 months ago
JSON representation
Hashlink/heaps video support
- Host: GitHub
- URL: https://github.com/heapsio/hlvideo
- Owner: HeapsIO
- License: mit
- Created: 2022-01-24T10:44:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T08:27:11.000Z (over 2 years ago)
- Last Synced: 2025-10-23T17:42:31.356Z (8 months ago)
- Language: Haxe
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hlvideo
Hashlink video support
#### Windows Setup
- Download and build AOM from hlvideo root directory
for x64
```
git clone https://aomedia.googlesource.com/aom
mkdir aom_x64
cd aom_x64
cmake ../aom -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 15 2017" -T host=x64 -A x64
cmake --build . --config Release
```
or for win32
```
git clone https://aomedia.googlesource.com/aom
mkdir aom_x32
cd aom_x32
cmake ../aom -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 15 2017" -T host=x64
cmake --build . --config Release
```
- Define HASHLINK_SRC env var to point to your `hashlink` directory
#### OSX / Linux Setup
Just call make
```
make
```
#### Dependencies / Requirements:
- Haxe
- Hashlink
- AOM