mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 12:39:54 +00:00
Fixed Linux compile.
This commit is contained in:
parent
e1bcd3b0f2
commit
d594bee4ca
@ -40,7 +40,7 @@
|
||||
|
||||
#include "AlsaOut.h"
|
||||
|
||||
class PulsePlugin : public musik::core::sdk::IPlugin {
|
||||
class AlsaPlugin : public musik::core::sdk::IPlugin {
|
||||
public:
|
||||
virtual void Destroy() { delete this; }
|
||||
virtual const char* Name() { return "AlsaOut IOutput"; }
|
||||
@ -50,7 +50,7 @@ class PulsePlugin : public musik::core::sdk::IPlugin {
|
||||
};
|
||||
|
||||
extern "C" musik::core::sdk::IPlugin* GetPlugin() {
|
||||
return new AlsaOut();
|
||||
return new AlsaPlugin();
|
||||
}
|
||||
|
||||
extern "C" musik::core::sdk::IOutput* GetAudioOutput() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user