summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-10-28 14:54:23 +0000
committerArun Raghavan <arun@arunraghavan.net>2018-10-28 14:56:54 +0000
commitb47c302cef9410f69a94b15f98087a5ca59c7afb (patch)
treefc111957efe4748617a3bafe4557e9ad746057d1
parenteb398328abafc8287f1d9b8e1df7a64d6fc364a0 (diff)
downloadwebrtc-audio-processing-b47c302cef9410f69a94b15f98087a5ca59c7afb.tar.gz
build: Fix project() invocation in meson build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f84271f..ec69176 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-poject('webrtc-audio-processing', 'c', 'cpp',
+project('webrtc-audio-processing', 'c', 'cpp',
version : '0.3.1',
meson_version : '>= 0.47',
default_options : [ 'warning_level=1',