Skip to content

Commit

Permalink
Initialises the video API for the Raspberry Pi and systems alike. Fixes
Browse files Browse the repository at this point in the history
#1, fixed by eth0izzle.
  • Loading branch information
bramp committed Jan 3, 2013
1 parent ddde2ea commit cb08686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcec.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Cec::Cec(const char * name, CecCallback * callback) :
if (cec == NULL) { if (cec == NULL) {
throw std::runtime_error("Failed to initialise libCEC"); throw std::runtime_error("Failed to initialise libCEC");
} }
cec->InitVideoStandalone();
} }


Cec::~Cec() {} Cec::~Cec() {}
Expand Down

0 comments on commit cb08686

Please sign in to comment.