summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-27 21:17:05 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-27 21:27:30 +0000
commit11a8aa91b847de9b04a00c3a116458d805314752 (patch)
tree1592ebad5c7540f005325fcd5c544b1eff73674b /ext/flac/gstflacdec.h
parentfd18185d44da1c774c02aa9ce88e844f6587c0f0 (diff)
flac: require a 'newer' flac and remove support for the legacy flac API
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 1b706bca..a3be8fe6 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -27,12 +27,6 @@
#include <FLAC/all.h>
-#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
-#define LEGACY_FLAC
-#else
-#undef LEGACY_FLAC
-#endif
-
G_BEGIN_DECLS
#define GST_TYPE_FLAC_DEC gst_flac_dec_get_type()