[DEV] update test with gale
This commit is contained in:
parent
e7de4b9dcb
commit
3439a3c4f6
@ -173,7 +173,7 @@ void audio::drain::Volume::volumeChange() {
|
||||
m_volumeDecalage = 0;
|
||||
return;
|
||||
}
|
||||
#if (defined(__TARGET_OS__MacOs) || defined(__TARGET_OS__IOs) || __cplusplus < 201103L)
|
||||
#if (defined(__TARGET_OS__MacOs) || defined(__TARGET_OS__IOs) || defined(__TARGET_OS__Android) || __cplusplus < 201103L)
|
||||
m_volumeAppli = pow(10.0f, volumedB/20.0f);
|
||||
#else
|
||||
m_volumeAppli = std::pow(10.0f, volumedB/20.0f);
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <etk/types.h>
|
||||
#include <ewol/ewol.h>
|
||||
#include <ewol/context/commandLine.h>
|
||||
#include <gale/context/commandLine.h>
|
||||
|
||||
#include <appl/debug.h>
|
||||
#include <appl/Windows.h>
|
||||
|
@ -17,7 +17,7 @@ def create(target):
|
||||
'appl/widget/DisplayFrequency.cpp',
|
||||
])
|
||||
# add Library dependency name
|
||||
myModule.add_module_depend(['ewol', 'audio_drain', 'audio_river'])
|
||||
myModule.add_module_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
# add application C flags
|
||||
myModule.compile_flags('c++', [
|
||||
"-DPROJECT_NAME=\"\\\""+myModule.name+"\\\"\""])
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <etk/types.h>
|
||||
#include <ewol/ewol.h>
|
||||
#include <ewol/context/commandLine.h>
|
||||
#include <gale/context/commandLine.h>
|
||||
|
||||
#include <appl/debug.h>
|
||||
#include <appl/Windows.h>
|
||||
|
@ -17,7 +17,7 @@ def create(target):
|
||||
'appl/widget/DisplayFrequency.cpp',
|
||||
])
|
||||
# add Library dependency name
|
||||
myModule.add_module_depend(['ewol', 'audio_drain', 'audio_river'])
|
||||
myModule.add_module_depend(['ewol', 'audio-drain', 'audio-river'])
|
||||
# add application C flags
|
||||
myModule.compile_flags('c++', [
|
||||
"-DPROJECT_NAME=\"\\\""+myModule.name+"\\\"\""])
|
||||
|
Loading…
Reference in New Issue
Block a user