Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r--ext/speex/gstspeexdec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h
index ce45e813c..5e1e17173 100644
--- a/ext/speex/gstspeexdec.h
+++ b/ext/speex/gstspeexdec.h
@@ -50,11 +50,7 @@ struct _GstSpeexDec {
void *state;
SpeexStereoState *stereo;
-#ifdef SPEEX_1_0
- SpeexMode *mode;
-#else
const SpeexMode *mode;
-#endif
SpeexHeader *header;
SpeexCallback callback;
SpeexBits bits;