diff options
Diffstat (limited to 'ext/speex/gstspeexenc.h')
-rw-r--r-- | ext/speex/gstspeexenc.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |