diff options
Diffstat (limited to 'rpihddevice.c')
-rw-r--r-- | rpihddevice.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rpihddevice.c b/rpihddevice.c index b66af7e..1cf5191 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -10,9 +10,7 @@ #include "ovgosd.h" #include "omxdevice.h" -#include "bcm_host.h" - -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = "HD output device for Raspberry Pi"; class cDummyDevice : cDevice @@ -65,8 +63,6 @@ public: cPluginRpiHdDevice::cPluginRpiHdDevice(void) : m_device(0) { - bcm_host_init(); - m_device = new cOmxDevice(&cPluginRpiHdDevice::OnPrimaryDevice); //new cDummyDevice(); } |