mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 10:05:45 -04:00
dep/soundtouch: Export main class on Android
This commit is contained in:
@ -164,8 +164,13 @@ namespace soundtouch
|
||||
/// tempo/pitch/rate/samplerate settings.
|
||||
#define SETTING_INITIAL_LATENCY 8
|
||||
|
||||
#ifdef ST_EXPORT
|
||||
#define ST_VISIBILITY __attribute__ ((visibility ("default")))
|
||||
#else
|
||||
#define ST_VISIBILITY
|
||||
#endif
|
||||
|
||||
class SoundTouch : public FIFOProcessor
|
||||
class ST_VISIBILITY SoundTouch : public FIFOProcessor
|
||||
{
|
||||
private:
|
||||
/// Rate transposer class instance
|
||||
|
Reference in New Issue
Block a user