summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/opencv/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build
index 0d0cd14fe..e6c3c970e 100644
--- a/ext/opencv/meson.build
+++ b/ext/opencv/meson.build
@@ -73,7 +73,7 @@ if opencv_found
else
r = run_command('test', '-d', opencv_prefix + '/share/OpenCV')
if r.returncode() == 0
- gstopencv_cargs += '-DOPENCV_PATH_NAME="OpenCv"'
+ gstopencv_cargs += '-DOPENCV_PATH_NAME="OpenCV"'
else
error('Unable to detect OpenCV data directory')
endif