Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaxar Waldarax <blaxar.waldarax@gmail.com>2020-12-22 14:44:59 +0300
committerBlaxar Waldarax <blaxar.waldarax@gmail.com>2020-12-23 20:40:20 +0300
commit348b86518711c2476f9a778c4fb044f6dee55223 (patch)
treea5d1c403896298e0101a2ea3520eba32fb7b056f /video/hsv/build.rs
parent0d93910a394b093b5c310346adf52fef0a060bb1 (diff)
Added hsv plugin with hsvfilter and hsvdetector elements
Diffstat (limited to 'video/hsv/build.rs')
-rw-r--r--video/hsv/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/hsv/build.rs b/video/hsv/build.rs
new file mode 100644
index 000000000..17be1215e
--- /dev/null
+++ b/video/hsv/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+ gst_plugin_version_helper::get_info()
+}