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