Browse Source

* Remove wrong unit

Michaël Van Canneyt 2 years ago
parent
commit
78666090c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gstreamer/src/gst.pp

+ 1 - 1
packages/gstreamer/src/gst.pp

@@ -28,7 +28,7 @@ unit gst;
 
 interface
 
-uses sqldbrestbridge, glib2;
+uses glib2;
 
 const
   gstreamerlib = 'libgstreamer-1.0'; {Setup as you need}