forked from brucelane/Cinder-Hap2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cinderblock.xml
31 lines (29 loc) · 924 Bytes
/
cinderblock.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-Hap2"
id="org.libcinder.hap2"
author="Éric Renaud-Houde"
license="BSD"
summary="Gpu-accelerated hap movie player."
git="git@github.com:mpcdigital/Cinder-Hap2.git"
version="0.2"
libraryUrl="www.libcinder.org"
>
<requires>org.libcinder.quicktime</requires>
<sourcePattern>src/*.cpp</sourcePattern>
<sourcePattern>src/*.c</sourcePattern>
<headerPattern>src/*.h</headerPattern>
<includePath>src</includePath>
<resource name="RES_HAP_VERT" type="GLSL">resources/ScaledCoCgYToRGBA.vert</resource>
<resource name="RES_HAP_FRAG" type="GLSL">resources/ScaledCoCgYToRGBA.frag</resource>
<supports os="msw" />
<supports os="macosx" />
<platform os="macosx">
<framework sdk="true">QuickTime.framework</framework>
</platform>
<platform os="msw">
<includePath>include/msw</includePath>
</platform>
</block>
</cinder>