PHP lint fix
parent
b93d613fab
commit
ce0fcc8210
|
@ -140,7 +140,7 @@ class VideoSetup extends Command
|
||||||
$output->writeln('QSV is now disabled');
|
$output->writeln('QSV is now disabled');
|
||||||
} else {
|
} else {
|
||||||
$output->writeln("\nQSV is now enabled. You may still need to install the Intel Media Driver");
|
$output->writeln("\nQSV is now enabled. You may still need to install the Intel Media Driver");
|
||||||
$output->writeln("and ensure proper permissions for /dev/dri/renderD128.");
|
$output->writeln('and ensure proper permissions for /dev/dri/renderD128.');
|
||||||
$output->writeln('See the documentation for more details.');
|
$output->writeln('See the documentation for more details.');
|
||||||
$this->config->setSystemValue('memories.qsv', true);
|
$this->config->setSystemValue('memories.qsv', true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue