From c53747bdf5c9ac46e55df98a0c4ac704de7419c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 22 Nov 2014 21:28:35 +0000 Subject: speex: remove support for ancient speex versions --- ext/speex/gstspeexdec.h | 4 ---- ext/speex/gstspeexenc.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'ext') 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; diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h index b089cb2ae..29fcc72a1 100644 --- a/ext/speex/gstspeexenc.h +++ b/ext/speex/gstspeexenc.h @@ -57,11 +57,7 @@ struct _GstSpeexEnc { SpeexBits bits; SpeexHeader header; -#ifdef SPEEX_1_0 - SpeexMode *speex_mode; -#else const SpeexMode *speex_mode; -#endif void *state; /* properties */ -- cgit v1.2.3