add skeleton for Raspberry Pi support

no audio / video decoding, yet :-(
This commit is contained in:
Stefan Seyfried
2013-10-05 22:02:13 +02:00
parent 3ed147cab7
commit 92edef3e48
33 changed files with 1823 additions and 2 deletions

5
raspi/init_lib.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef __INIT_TD_H
#define __INIT_TD_H
void init_td_api();
void shutdown_td_api();
#endif