diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-13 01:58:07 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-13 01:58:07 (GMT) |
commit | d95d4579b749b7fd3729099e8751ea9584ffdea0 (patch) | |
tree | 9e27647c69b7b4da0b3351c569981846d85eae52 /Makefile | |
parent | f5692afaec4f17b5412e357224c1b4f16eb3f400 (diff) |
switched to different gst bindings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |