CScreenShot: fix build

Some lines were wrong picked
This commit is contained in:
2017-10-27 22:35:42 +02:00
parent b5639c164a
commit b26fc7fb8d
4 changed files with 24 additions and 23 deletions

View File

@@ -3520,7 +3520,7 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
sc->SetSize(w, h);
}
}
#if ! HAVE_COOL_HARDWARE
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE
sc->Start("-r 320 -j 75");
#else
sc->Start();