summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-03-10 00:52:06 +0100
committerSlávek Banko <[email protected]>2016-03-10 00:52:20 +0100
commitd943a1cf86dfa179af54fc9dbbbd9c231a01fa6b (patch)
tree41cd0a3499e57772f59df9c66a00c99e52813232 /config.h.in
parentb299b85507368cc288c5f08737d4b0d3ca3b2aad (diff)
downloadkaffeine-d943a1cf86dfa179af54fc9dbbbd9c231a01fa6b.tar.gz
kaffeine-d943a1cf86dfa179af54fc9dbbbd9c231a01fa6b.zip
Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 53978f47703d734a7838997033e4aedd9f920a82)
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