diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-04-06 21:38:17 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-04-06 21:38:17 +0200 |
commit | a6c870a28b0acab5df9d51e0224d85a3c4bd7324 (patch) | |
tree | 344b67db85fa53363d96c220686e6a9ee46ea0d0 /SConstruct | |
parent | 21fb3fbcaf9e557fd382991350b84672e659a18d (diff) |
Added VideoProvider wrapper class around ARvideo.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ env = Environment( LIBS = ['ARgsub_lite', 'ARvideo', 'AR', 'assimp'], ) -common_sources = ['application.cpp', 'pattern.cpp', 'texture.cpp', 'texturesdl.cpp'] +common_sources = ['application.cpp', 'videoprovider.cpp', 'pattern.cpp', 'texture.cpp', 'texturesdl.cpp'] if env['PLATFORM'] == 'darwin': env.Append(CPPFLAGS = '-m32') |