Initial OMX Support

This commit is contained in:
Unknownforce351
2016-03-04 13:10:31 -06:00
committed by Iwan Timmer
parent 43c06a2338
commit 8de4fe1cf3
7 changed files with 217 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ static void help() {
printf("\n I/O options\n\n");
printf("\t-mapping <file>\t\tUse <file> as gamepad mapping configuration file (use before -input)\n");
printf("\t-input <device>\t\tUse <device> as input. Can be used multiple times\n");
printf("\t-audio <device>\t\tUse <device> as ALSA audio output device (default sysdefault)\n");
printf("\t-audio <device>\t\tUse <device> as audio output device (default sysdefault)\n");
printf("\t-forcehw \t\tTry to use video hardware acceleration\n");
#endif
printf("\nUse Ctrl+Alt+Shift+Q to exit streaming session\n\n");