1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

--no-one-instance nor recognized by libvlc new version

This commit is contained in:
dridri
2014-10-01 13:48:06 +02:00
committed by Uwe L. Korn
parent 5fb5bc4f82
commit ebf58c1a57

View File

@@ -74,7 +74,7 @@ AudioOutput::AudioOutput( QObject* parent )
QList<QByteArray> args;
args << "--ignore-config";
args << "--verbose=11111";
args << "--verbose=42";
args << "--no-plugins-cache";
args << "--extraintf=logger";
args << "--no-media-library";
@@ -84,7 +84,7 @@ AudioOutput::AudioOutput( QObject* parent )
args << "--no-snapshot-preview";
args << "--no-xlib";
args << "--services-discovery=''";
args << "--no-one-instance";
// args << "--no-one-instance";
args << "--no-video";
// args << "--audio-filter=dsp";
// args << QString("--dsp-callback=%1").arg((quint64)&AudioOutput::s_dspCallback, 0, 16).toAscii();