added: bitvlc, playes a video using libvlc and sends it to the bitpanel
This commit is contained in:
parent
700ec3abf2
commit
af13595a90
4 changed files with 385 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue