From dc9f19cbba2310c6c48091af6c3916335a900a8e Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Tue, 18 Dec 2012 15:34:42 +0100 Subject: [PATCH] vorbis: fix unused variable --- ext/vorbis/gstvorbisdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vorbis/gstvorbisdec.c b/ext/vorbis/gstvorbisdec.c index 7f00a5c..8b10d57 100644 --- a/ext/vorbis/gstvorbisdec.c +++ b/ext/vorbis/gstvorbisdec.c @@ -623,9 +623,9 @@ empty_header: static void vorbis_dec_flush (GstAudioDecoder * dec, gboolean hard) { +#ifdef HAVE_VORBIS_SYNTHESIS_RESTART GstVorbisDec *vd = GST_VORBIS_DEC (dec); -#ifdef HAVE_VORBIS_SYNTHESIS_RESTART vorbis_synthesis_restart (&vd->vd); #endif } -- 2.7.4