flacenc: remove dead code from header
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 30 Oct 2011 19:30:14 +0000 (19:30 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 30 Oct 2011 19:30:14 +0000 (19:30 +0000)
We require a new-enough libflac that this condition will never apply.

ext/flac/gstflacenc.h

index a9f3818..9084892 100644 (file)
@@ -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;