X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Futils%2Ffreesound.cpp;h=6fc11dcea278918be34679dda71676314eec1cfb;hb=8be90ee688b4e1227d6e3962eef311c2ed7f1284;hp=c74054fff62d5231d08f16eb3aef81ad3e8d7899;hpb=ef74a23b2fbb36d07eb877776a8c26c40a460cf8;p=kdenlive diff --git a/src/utils/freesound.cpp b/src/utils/freesound.cpp index c74054ff..6fc11dce 100644 --- a/src/utils/freesound.cpp +++ b/src/utils/freesound.cpp @@ -222,7 +222,7 @@ bool FreeSound::startItemPreview(QListWidgetItem *item) if (m_previewProcess && m_previewProcess->state() != QProcess::NotRunning) { m_previewProcess->close(); } - m_previewProcess->start("ffplay", QStringList() << url << "-nodisp"); + m_previewProcess->start(KdenliveSettings::ffplaypath(), QStringList() << url << "-nodisp"); return true; }