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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net/hlssink3/build.rs')
-rw-r--r--net/hlssink3/build.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/hlssink3/build.rs b/net/hlssink3/build.rs
new file mode 100644
index 00000000..707593e0
--- /dev/null
+++ b/net/hlssink3/build.rs
@@ -0,0 +1,12 @@
+//
+// Copyright (C) 2021 Rafael Caricio <rafael@caricio.com>
+//
+// This Source Code Form is subject to the terms of the Mozilla Public License, v2.0.
+// If a copy of the MPL was not distributed with this file, You can obtain one at
+// <https://mozilla.org/MPL/2.0/>.
+//
+// SPDX-License-Identifier: MPL-2.0
+
+fn main() {
+ gst_plugin_version_helper::info()
+}