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