summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 15:10:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 15:10:34 (GMT)
commit180d099cebff3d9e11cb33d3f10f1dcc1ca95fa6 (patch)
treee22f2f22d35a5cb0cd7d10b61d6b6e88699e76d7 /Makefile
parente70b210ca5ed370214c44c97643eb6d6107c84b6 (diff)
moved to different gstreamer bindings
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