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
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-11-23 00:28:35 +0300
committerTim-Philipp Müller <tim@centricular.com>2014-11-23 00:28:35 +0300
commitc53747bdf5c9ac46e55df98a0c4ac704de7419c4 (patch)
treeb39965f72dc13eaf2727a0fe6ce1559f399cc67a /ext
parent1e03ffb820a736c073391eed242b59e790e4d1ec (diff)
speex: remove support for ancient speex versions
Diffstat (limited to 'ext')
-rw-r--r--ext/speex/gstspeexdec.h4
-rw-r--r--ext/speex/gstspeexenc.h4
2 files changed, 0 insertions, 8 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;
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 */