From fdbc77d6ab915f3acfc4dcfa4399f43ad70d13f1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 16 Jun 2015 21:08:23 +0200 Subject: [PATCH] [DEBUG] wrong lib name --- lutin_audio-algo-speex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_audio-algo-speex.py b/lutin_audio-algo-speex.py index 0893a54..d4301cd 100644 --- a/lutin_audio-algo-speex.py +++ b/lutin_audio-algo-speex.py @@ -7,7 +7,7 @@ def get_desc(): def create(target): - myModule = module.Module(__file__, 'audi-algo-speex', 'LIBRARY') + myModule = module.Module(__file__, 'audio-algo-speex', 'LIBRARY') myModule.add_src_file([ 'audio/algo/speex/debug.cpp', 'audio/algo/speex/Resampler.cpp'