aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-sato/gaku/files/upgrade-gstreamer.patch')
-rw-r--r--common/recipes-sato/gaku/files/upgrade-gstreamer.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/recipes-sato/gaku/files/upgrade-gstreamer.patch b/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
new file mode 100644
index 00000000..4929069e
--- /dev/null
+++ b/common/recipes-sato/gaku/files/upgrade-gstreamer.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 6c031c4..0ca08c5 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,6 +7,6 @@ AM_CONFIG_HEADER(config.h)
+ AC_PROG_CPP
+ AC_PROG_CC
+
+-PKG_CHECK_MODULES(DEPS, gtk+-2.0 gstreamer-0.10 libowl-av)
++PKG_CHECK_MODULES(DEPS, gtk+-2.0 gstreamer-1.0 libowl-av)
+
+ AC_OUTPUT([Makefile])