summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.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/gstflacenc.h
parentfd18185d44da1c774c02aa9ce88e844f6587c0f0 (diff)
flac: require a 'newer' flac and remove support for the legacy flac API
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 0e8e4be8..10d7dc30 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -25,12 +25,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_ENC (gst_flac_enc_get_type())