Ticket #4482: previewgenerator.cpp.diff

File previewgenerator.cpp.diff, 593 bytes (added by jad@…, 16 years ago)
  • previewgenerator.cpp

     
    210210    else
    211211    {
    212212        // This is where we fork and run mythbackend to actually make preview
    213         QString command = "mythbackend --generate-preview ";
     213        QString command = gContext->GetInstallPrefix() + "/bin/mythbackend --generate-preview ";
    214214        command += QString("%1x%2")
    215215            .arg(outSize.width()).arg(outSize.height());
    216216        if (captureTime >= 0)