From d6e1f53233d7eee5a3cc53d28536be81043973f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 30 Oct 2011 19:30:14 +0000 Subject: [PATCH] flacenc: remove dead code from header We require a new-enough libflac that this condition will never apply. --- ext/flac/gstflacenc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h index a9f38187e5..9084892e3b 100644 --- a/ext/flac/gstflacenc.h +++ b/ext/flac/gstflacenc.h @@ -56,11 +56,8 @@ struct _GstFlacEnc { guint padding; gint seekpoints; -#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8 - FLAC__SeekableStreamEncoder *encoder; -#else FLAC__StreamEncoder *encoder; -#endif + FLAC__StreamMetadata **meta; GstTagList * tags;