mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE
This commit is contained in:
@@ -802,12 +802,10 @@ bool CMoviePlayerGui::prepareFile(CFile *file)
|
|||||||
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
|
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if HAVE_COOL_HARDWARE
|
|
||||||
if (isYT) {
|
if (isYT) {
|
||||||
file_name = file->Url;
|
file_name = file->Url;
|
||||||
is_file_player = true;
|
is_file_player = true;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
fillPids();
|
fillPids();
|
||||||
}
|
}
|
||||||
if (file->getType() == CFile::FILE_ISO)
|
if (file->getType() == CFile::FILE_ISO)
|
||||||
|
Reference in New Issue
Block a user