diff options
author | Slávek Banko <[email protected]> | 2016-03-10 00:52:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-10 00:52:20 +0100 |
commit | d943a1cf86dfa179af54fc9dbbbd9c231a01fa6b (patch) | |
tree | 41cd0a3499e57772f59df9c66a00c99e52813232 /config.h.in | |
parent | b299b85507368cc288c5f08737d4b0d3ca3b2aad (diff) | |
download | kaffeine-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.in | 3 |
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 |