[rhythmbox] vala stuff needs to use gstreamer 1.0, not 0.10
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] vala stuff needs to use gstreamer 1.0, not 0.10
- Date: Sun, 30 Dec 2018 23:19:24 +0000 (UTC)
commit ea494604e00e25af83eeed42746b198e2ee60bf5
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon Dec 31 08:47:27 2018 +1000
vala stuff needs to use gstreamer 1.0, not 0.10
bindings/vala/rb.deps | 2 +-
sample-plugins/sample-vala/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bindings/vala/rb.deps b/bindings/vala/rb.deps
index 26d4d690b..94894afde 100644
--- a/bindings/vala/rb.deps
+++ b/bindings/vala/rb.deps
@@ -1,3 +1,3 @@
gtk+-2.0
rhythmdb
-gstreamer-0.10
+gstreamer-1.0
diff --git a/sample-plugins/sample-vala/Makefile.am b/sample-plugins/sample-vala/Makefile.am
index 4ab82381e..e6babbaa1 100644
--- a/sample-plugins/sample-vala/Makefile.am
+++ b/sample-plugins/sample-vala/Makefile.am
@@ -33,7 +33,7 @@ plugin_in_files = sample-vala.plugin.in
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po); $(INTLTOOL_MERGE) $(top_srcdir)/po
$< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-AM_VALAFLAGS = --vapidir=$(top_srcdir)/bindings/vala --pkg=rhythmdb --pkg=rb --pkg=gstreamer-0.10
--pkg=libpeas-1.0
+AM_VALAFLAGS = --vapidir=$(top_srcdir)/bindings/vala --pkg=rhythmdb --pkg=rb --pkg=gstreamer-1.0
--pkg=libpeas-1.0
%.c %.h: %.vala
$(VALAC) -C $(AM_VALAFLAGS) $^
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]