summaryrefslogtreecommitdiff
path: root/ext/opencv/gsttemplatematch.cpp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-12-17 12:30:27 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-12-17 12:30:27 +0200
commit38be1fb2db9131640c0427cfb7fe4603fb3c6d29 (patch)
tree866b985137cf3ac3c0fd7792871784fcf7ac976d /ext/opencv/gsttemplatematch.cpp
parent2e6510b9e2a0e8ed80cb8de0d294231261a0a8df (diff)
downloadgstreamer-plugins-bad-38be1fb2db9131640c0427cfb7fe4603fb3c6d29.tar.gz
meson: Add libsinc to the CFLAGS
Otherwise gst-i18n-plugin.h can't be found.
Diffstat (limited to 'ext/opencv/gsttemplatematch.cpp')
-rw-r--r--ext/opencv/gsttemplatematch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gsttemplatematch.cpp b/ext/opencv/gsttemplatematch.cpp
index a41e69ee0..b6d56de70 100644
--- a/ext/opencv/gsttemplatematch.cpp
+++ b/ext/opencv/gsttemplatematch.cpp
@@ -61,7 +61,7 @@
# include <config.h>
#endif
-#include "../../gst-libs/gst/gst-i18n-plugin.h"
+#include <gst/gst-i18n-plugin.h>
#include "gsttemplatematch.h"
#include <opencv2/imgproc.hpp>
#if (CV_MAJOR_VERSION >= 4)