Removed pstreams dependency

This commit is contained in:
emeric
2020-12-13 18:31:52 +01:00
parent ffdb099283
commit 77d5cf4833
3 changed files with 1 additions and 10 deletions
-1
View File
@@ -179,7 +179,6 @@ int main(int argc, char* argv[])
try
{
// Make pstream work with ffmpeg
close(STDIN_FILENO);
Service<IConfig> config {createConfig(configFilePath)};