diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-13 15:10:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-13 15:10:34 (GMT) |
commit | 180d099cebff3d9e11cb33d3f10f1dcc1ca95fa6 (patch) | |
tree | e22f2f22d35a5cb0cd7d10b61d6b6e88699e76d7 /Makefile | |
parent | e70b210ca5ed370214c44c97643eb6d6107c84b6 (diff) |
moved to different gstreamer bindings
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 |