added: bitvlc, playes a video using libvlc and sends it to the bitpanel

This commit is contained in:
Bob van Loosen 2013-02-19 19:39:44 +01:00
parent 700ec3abf2
commit af13595a90
4 changed files with 385 additions and 3 deletions

View file

@ -17,9 +17,12 @@
*/
#include "bitvlc.h"
#include "util/log.h"
int main (int argc, char *argv[])
{
SetLogFile(".bitvlc", "bitvlc.log");
CBitVlc bitvlc(argc, argv);
bitvlc.Setup();