commit | 099e61508eaaf2c5999e601f953f392f1aa37b70 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Feb 07 11:31:48 2013 -0800 |
committer | Eric Laurent <elaurent@google.com> | Thu Feb 07 11:35:29 2013 -0800 |
tree | af02d4c94179c8e0f5b806c81fc1a0a77d79905d | |
parent | e3e0a570a85ea40ce215e80679ba4ae1b014664f [diff] |
audio effects: fix link problem with NULL UUID A special value for NULL effect UUID is declared as const in audio_effect.h. This prevents several modules including audio_effect.h to be linked together. The fix consists in declaring the value as static const. Change-Id: I86e74dc9da8eaed13a3ad44765abb9cd1e80f316