Displaying 2 results from an estimated 2 matches for "_stereo".
Did you mean:
stereo
2008 Mar 29
0
GCC/ELF Visibility patch
..._strerror(int err)
{
switch (err)
{
Index: libspeex/stereo.c
===================================================================
--- libspeex/stereo.c (revision 14645)
+++ libspeex/stereo.c (working copy)
@@ -72,14 +72,14 @@
#define COMPATIBILITY_HACK(s)
#endif
-SpeexStereoState *speex_stereo_state_init()
+EXPORT SpeexStereoState *speex_stereo_state_init()
{
SpeexStereoState *stereo = speex_alloc(sizeof(SpeexStereoState));
speex_stereo_state_reset(stereo);
return stereo;
}
-void speex_stereo_state_reset(SpeexStereoState *_stereo)
+EXPORT void speex_stereo_state_reset(Spe...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
..._strerror(int err)
{
switch (err)
{
Index: libspeex/stereo.c
===================================================================
--- libspeex/stereo.c (revision 14645)
+++ libspeex/stereo.c (working copy)
@@ -72,14 +72,14 @@
#define COMPATIBILITY_HACK(s)
#endif
-SpeexStereoState *speex_stereo_state_init()
+EXPORT SpeexStereoState *speex_stereo_state_init()
{
SpeexStereoState *stereo = speex_alloc(sizeof(SpeexStereoState));
speex_stereo_state_reset(stereo);
return stereo;
}
-void speex_stereo_state_reset(SpeexStereoState *_stereo)
+EXPORT void speex_stereo_state_reset(Spe...