ports/multimedia/vdr/files/patch-menuitems.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
199 B
C

--- menuitems.c.orig
+++ menuitems.c
@@ -7,6 +7,7 @@
* $Id: menuitems.c 2.6 2010/02/16 14:44:35 kls Exp $
*/
+#include <stdint.h>
#include "menuitems.h"
#include <ctype.h>
#include <math.h>