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
path: root/video/cdg
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-04-24 15:02:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-04-24 15:02:12 +0300
commit36f032ef15397f383c49b0e656bb36cd43492a1b (patch)
tree040ae41a6ddf6ea6151ba0e558ed9047ea565b20 /video/cdg
parent2019cdb8cb797f3b86c730064748b203654055ad (diff)
Configure crate-type to cdylib/rlib consistently in Cargo.toml
And not in the source code, it's a build decision.
Diffstat (limited to 'video/cdg')
-rw-r--r--video/cdg/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/cdg/src/lib.rs b/video/cdg/src/lib.rs
index 85ee04d59..ea547175c 100644
--- a/video/cdg/src/lib.rs
+++ b/video/cdg/src/lib.rs
@@ -6,8 +6,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-#![crate_type = "cdylib"]
-
#[macro_use]
extern crate glib;
#[macro_use]