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 'audio/spotify/src/lib.rs')
-rw-r--r--audio/spotify/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/spotify/src/lib.rs b/audio/spotify/src/lib.rs
index cfce28a5..f650ab78 100644
--- a/audio/spotify/src/lib.rs
+++ b/audio/spotify/src/lib.rs
@@ -14,6 +14,7 @@
*/
use gst::glib;
+mod common;
mod spotifyaudiosrc;
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {