-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathBUILD
30 lines (21 loc) · 823 Bytes
/
BUILD
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
Software: Flash-VideoIO
License: GNU Lesser GPL
You are free to use the software in your application
but if you modify anything you must contribute back the
changes.
Building
Edit the Makefile to point to the correct mxmlc
install the correct Flex SDKs and playerglobal.swc
and run make. You need to have playerglobal in version
sub-directories for versions that you are compiling for.
The default is to compile for 10.0, 10.3 and 11.0.
It used Flex SDK version 3.5 (for 10.0) and 4.5 (for 10.3
and 11.0).
$ make
This will create the SWF files in bin-release directory.
Please see the project website and tutorial on how to
use the SWF.
Description
The core VideoIO software is a monolithic ~5k lines of
ActionScript code. A single file helps me manage it
easily while focussing on the external applications.