[DEV] Update new lutin 2.2.0 (no legacy support)
This commit is contained in:
parent
fc0d4b0a98
commit
770a81b73e
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import lutin.module as module
|
||||
import lutin.debug as debug
|
||||
import lutin.tools as tools
|
||||
|
||||
|
||||
@ -18,8 +18,7 @@ def get_maintainer():
|
||||
def get_version():
|
||||
return [1,4,4]
|
||||
|
||||
def create(target, module_name):
|
||||
my_module = module.Module(__file__, module_name, get_type())
|
||||
def configure(target, my_module):
|
||||
my_module.add_src_file([
|
||||
'matroska/src/KaxInfoData.cpp',
|
||||
'matroska/src/KaxCluster.cpp',
|
||||
@ -77,6 +76,6 @@ def create(target, module_name):
|
||||
'ebml'
|
||||
])
|
||||
my_module.compile_version("C++", 2003)
|
||||
return my_module
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user