add implementation for boxtype "generic"

This is mostly a dummy implementation except for the dmx class which
should be working. It is intended for testing on PCs with budget
DVB cards which don't have a decoder anyway.
This commit is contained in:
Stefan Seyfried
2012-10-08 20:34:38 +02:00
parent 9efe410790
commit 9f433f9dfa
29 changed files with 1330 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
#include "../libspark/pwrmngr.h"
#elif HAVE_AZBOX_HARDWARE
#include "../azbox/pwrmngr.h"
#elif HAVE_GENERIC_HARDWARE
#include "../generic-pc/pwrmngr.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif