summaryrefslogtreecommitdiff
path: root/audio/last.fm/files/patch-src_AudioController.cpp
blob: 052ad3dd70c5352df63f36f4c2466bbdad739fb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/AudioController.cpp.orig	2016-07-26 15:06:09 UTC
+++ src/AudioController.cpp
@@ -168,13 +168,7 @@ AudioControllerThread::loadPlugins()
 
     m_transcode->setBufferCapacity( kDecodedBufferMinSize );
 
-    #ifdef WIN32
         m_output = qobject_cast<OutputInterface*>( loadPlugin( "rtaudioplayback" ) );
-    #elif defined LINUX
-        m_output = qobject_cast<OutputInterface*>( loadPlugin( "output_alsa" ) );
-    #else
-        m_output = qobject_cast<OutputInterface*>( loadPlugin( "output_portaudio" ) );
-    #endif
 
     if ( m_output == 0 )
         return false;