summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-10 00:52:06 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-10 00:52:06 +0100
commit53978f47703d734a7838997033e4aedd9f920a82 (patch)
treedc1350e7a98cf13f63af1b653b1b5ba4db9ced97 /config.h.in
parentb5b66caff4bb26e2dc628b93f0c9a28c2410b959 (diff)
downloadkaffeine-53978f47703d734a7838997033e4aedd9f920a82.tar.gz
kaffeine-53978f47703d734a7838997033e4aedd9f920a82.zip
Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 88dc36a..1afeb9a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,6 +24,9 @@
/* DVB headers installed */
#undef HAVE_DVB
+/* Defined if GStreamer is 1.x */
+#undef HAVE_GSTREAMER_1
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H