diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-11-11 15:57:46 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-11-25 10:12:05 -0600 |
commit | 69acec137dd09ad8a1e43f1d41cc8235ee97cad6 (patch) | |
tree | 68cdbe28611c22086ee1adadfade6a44255404ef /ports/gstplugin/build.rs | |
parent | a562808ebb0a7b30a570a0302c1f7e69e00a3b4a (diff) | |
download | servo-69acec137dd09ad8a1e43f1d41cc8235ee97cad6.tar.gz servo-69acec137dd09ad8a1e43f1d41cc8235ee97cad6.zip |
Add a gstreamer servosrc plugin
Diffstat (limited to 'ports/gstplugin/build.rs')
-rw-r--r-- | ports/gstplugin/build.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/gstplugin/build.rs b/ports/gstplugin/build.rs new file mode 100644 index 00000000000..d1555ca6b37 --- /dev/null +++ b/ports/gstplugin/build.rs @@ -0,0 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + +fn main() { + gst_plugin_version_helper::get_info() +} |