diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ EXECUTEABLE := rhlibrary LIBS := "code.helsinki.at/rhrd-go/rddb" \ "github.com/gotk3/gotk3/glib" \ "github.com/gotk3/gotk3/gtk" \ - "github.com/revmischa/gst" + "github.com/spreadspace/go-gstreamer" .PHONY: getlibs updatelibs vet format build clean distclean |