speex: Fix crashes with MSVC
authorDavid Hoyt <dhoyt@llnl.gov>
Thu, 23 Sep 2010 19:57:18 +0000 (21:57 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Sep 2010 19:57:18 +0000 (21:57 +0200)
commit9f8619e5ca87c6abef11babcaf7fc41cc9d99002
tree29b235b2969d72517078bb6914cbefafba833957
parent3e894a1f29f7b5ea95d18cfa6166146fe312cdd5
speex: Fix crashes with MSVC

Using the symbols for the different Speex modes results
in crashes when using MSVC. Use the library functions to
get the modes instead.

Fixes bug #630378.
ext/speex/gstspeexdec.c
ext/speex/gstspeexenc.c