freebsd-ports/multimedia/vdr/files/patch-PLUGINS-src-dvbsddevice-dvbsddevice.c
Juergen Lock 0f8592a752 Preliminary port of the vdr development branch, use at your own risk! :)
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/
2011-03-26 19:13:50 +00:00

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"