summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 01:58:07 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 01:58:07 (GMT)
commitd95d4579b749b7fd3729099e8751ea9584ffdea0 (patch)
tree9e27647c69b7b4da0b3351c569981846d85eae52 /Makefile
parentf5692afaec4f17b5412e357224c1b4f16eb3f400 (diff)
switched to different gst bindings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77025e4..33101d6 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ EXECUTEABLE := rhrdlibrary
LIBS := "code.helsinki.at/rhrd-go/rddb" \
"github.com/ziutek/glib" \
- "github.com/ziutek/gst"
+ "github.com/revmischa/gst"
.PHONY: getlibs updatelibs vet format build clean distclean