diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-06-05 01:02:16 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-06-05 01:02:16 +0200 |
commit | f2510b35caf15cf59a7c3efaf95a3483c046f084 (patch) | |
tree | f2d60f9f26b16a22400a1feb8cc304ddc83f8f86 /nbproject/configurations.xml | |
parent | c4c0647af21b2a05e87f36101d86dc2d35f1f47c (diff) |
Added per sink/source API for master control
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 7acd6c9..9ad6e97 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -384,22 +384,22 @@ <item path="plugins/alsa/alsa-api-pcm.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> <incDir> - <pElem>app-controller-submodule/ctl-lib</pElem> - <pElem>build/app-controller-submodule/ctl-lib</pElem> - <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> - <pElem>/usr/include/alsa</pElem> <pElem>../../../opt/include</pElem> <pElem>/usr/include/p11-kit-1</pElem> <pElem>/usr/include/uuid</pElem> <pElem>../../../opt/include/alsa</pElem> + <pElem>/usr/include/lua5.3</pElem> + <pElem>app-controller-submodule/ctl-lib</pElem> <pElem>mixer-binding</pElem> <pElem>app-afb-helpers-submodule</pElem> <pElem>build/plugins/alsa</pElem> - <pElem>/usr/include/lua5.3</pElem> </incDir> <preprocessorList> - <Elem>alsa_router_EXPORTS</Elem> + <Elem>CONTROL_CONFIG_PATH="/home/fulup/Workspace/Audio-4a/4a-softmixer/conf.d/project/etc:/home/fulup/Workspace/Audio-4a/4a-softmixer/build/package/etc:/home/fulup/opt/4a-smixer/etc"</Elem> + <Elem>CONTROL_LUA_PATH="/home/fulup/Workspace/Audio-4a/4a-softmixer/conf.d/project/lua.d:/home/fulup/opt/4a-smixer/var"</Elem> + <Elem>CONTROL_PLUGIN_PATH="/home/fulup/Workspace/Audio-4a/4a-softmixer/build/package/lib/plugins:/home/fulup/opt/4a-smixer/lib/plugins"</Elem> + <Elem>alsa_softmixer_EXPORTS</Elem> </preprocessorList> </cTool> </item> @@ -586,19 +586,22 @@ </preprocessorList> </cTool> </item> - <item path="plugins/alsa/alsa-effect-ramp.c" ex="false" tool="0" flavor2="0"> + <item path="plugins/alsa/alsa-effect-ramp.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> <incDir> + <pElem>app-controller-submodule/ctl-lib</pElem> + <pElem>build/app-controller-submodule/ctl-lib</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>/usr/include/alsa</pElem> <pElem>../../../opt/include</pElem> <pElem>/usr/include/p11-kit-1</pElem> <pElem>/usr/include/uuid</pElem> <pElem>../../../opt/include/alsa</pElem> - <pElem>/usr/include/lua5.3</pElem> - <pElem>app-controller-submodule/ctl-lib</pElem> <pElem>mixer-binding</pElem> <pElem>app-afb-helpers-submodule</pElem> <pElem>build/plugins/alsa</pElem> + <pElem>/usr/include/lua5.3</pElem> </incDir> <preprocessorList> <Elem>CONTROL_CONFIG_PATH="/home/fulup/Workspace/Audio-4a/4a-softmixer/conf.d/project/etc:/home/fulup/Workspace/Audio-4a/4a-softmixer/build/package/etc:/home/fulup/opt/4a-smixer/etc"</Elem> |