summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c784954..93c0e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -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