Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e21149ad29 | |||
8a707185f3 |
@ -32,7 +32,7 @@ def configure(target, my_module):
|
||||
'zeus-service-server-impl',
|
||||
'zeus-launcher',
|
||||
'zeus-cli-video',
|
||||
'zeus-player-video',
|
||||
#'zeus-player-video',
|
||||
])
|
||||
return True
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
import lutin.tools as tools
|
||||
import realog.debug as debug
|
||||
import os
|
||||
import lutinLib_ffmpegCommon
|
||||
import lutin
|
||||
|
||||
def get_type():
|
||||
#return "BINARY_SHARED"
|
||||
@ -27,6 +27,7 @@ def get_version():
|
||||
return "version.txt"
|
||||
|
||||
def configure(target, my_module):
|
||||
return False;
|
||||
# add the file to compile:
|
||||
my_module.add_src_file([
|
||||
'appl/debug.cpp',
|
||||
|
@ -1 +1 @@
|
||||
1.0.0
|
||||
1.0.0-dev
|
Loading…
x
Reference in New Issue
Block a user