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:
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 */