]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Fix proxy and various other things when using libav instead of ffmpeg
[kdenlive] / src / mainwindow.cpp
index ad1cf6e886cf29a2fb428feefa8460e63e9820a7..83761b6433de53014394f0f76e2efc15ae80322d 100644 (file)
@@ -1829,7 +1829,7 @@ void MainWindow::readOptions()
         }
 
     }
-
+    if (KdenliveSettings::ffmpegpath().isEmpty() || KdenliveSettings::ffplaypath().isEmpty()) upgrade = true;
     if (!initialGroup.exists() || upgrade) {
         // this is our first run, show Wizard
         QPointer<Wizard> w = new Wizard(upgrade, this);