See vdr/webcamd dvb thread(s) on the freebsd-multimedia list for FreeBSD notes, some links are here: http://people.freebsd.org/~nox/dvb/ and see these links for general vdr info: http://www.linuxtv.org/vdrwiki/index.php/Main_Page http://www.vdr-portal.de/ WWW: http://www.tvdr.de/
10 lines
245 B
C
10 lines
245 B
C
--- PLUGINS/src/dvbsddevice/dvbsddevice.c.orig
|
|
+++ PLUGINS/src/dvbsddevice/dvbsddevice.c
|
|
@@ -6,6 +6,7 @@
|
|
* $Id: dvbsddevice.c 1.3 2010/01/30 10:05:42 kls Exp $
|
|
*/
|
|
|
|
+#include <stdint.h>
|
|
#include <vdr/plugin.h>
|
|
#include "dvbsdffdevice.h"
|
|
|