[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
d1b2e07677
commit
e3d2de6c4c
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutinModule as module
|
||||
import lutinTools as tools
|
||||
import lutinDebug as debug
|
||||
import lutin.module as module
|
||||
import lutin.tools as tools
|
||||
|
||||
def get_desc():
|
||||
return "audio_algo_speex : speex algos wrapper"
|
||||
@ -15,7 +14,7 @@ def create(target):
|
||||
])
|
||||
myModule.add_module_depend(['etk', 'audio'])
|
||||
|
||||
myModule.add_optionnal_module_depend('speexdsp', "HAVE_SPEEX_DSP")
|
||||
myModule.add_optionnal_module_depend('speexdsp', ["c++", "-DHAVE_SPEEX_DSP"])
|
||||
|
||||
myModule.add_export_path(tools.get_current_path(__file__))
|
||||
# return module
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutinModule as module
|
||||
import lutinTools as tools
|
||||
import lutinDebug as debug
|
||||
import lutin.module as module
|
||||
import lutin.tools as tools
|
||||
|
||||
def get_desc():
|
||||
return "audio_algo_speex_test: test for speex ALGO"
|
||||
|
Loading…
x
Reference in New Issue
Block a user