summaryrefslogtreecommitdiffstats
path: root/third_party/speex/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/speex/BUILD.gn')
-rw-r--r--third_party/speex/BUILD.gn8
1 files changed, 2 insertions, 6 deletions
diff --git a/third_party/speex/BUILD.gn b/third_party/speex/BUILD.gn
index a08a94f..1b5dc9a 100644
--- a/third_party/speex/BUILD.gn
+++ b/third_party/speex/BUILD.gn
@@ -3,9 +3,7 @@
# found in the LICENSE file.
config("speex_config") {
- include_dirs = [
- "include", # Clients expect <speex/speex.h> to be a system header.
- ]
+ include_dirs = [ "include" ] # Clients expect <speex/speex.h> to be a system header.
}
source_set("speex") {
@@ -74,9 +72,7 @@ source_set("speex") {
public_configs = [ ":speex_config" ]
- include_dirs = [
- "libspeex",
- ]
+ include_dirs = [ "libspeex" ]
defines = [
"FLOATING_POINT",