[mythtv] [patch] make grab.c use videodev_myth.h

Daniel Thor Kristjansson danielk at cat.nyu.edu
Fri Feb 20 21:02:28 EST 2004


Currently it uses <linux/videodev.h>, it's better if we always use the
same videodev headers or consistency.

-- Daniel
  << When truth is outlawed; only outlaws will tell the truth. >> - RLiegh
-------------- next part --------------
Index: libs/libavformat/grab.c
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libavformat/grab.c,v
retrieving revision 1.1
diff -u -r1.1 grab.c
--- libs/libavformat/grab.c	12 Nov 2003 06:13:40 -0000	1.1
+++ libs/libavformat/grab.c	21 Feb 2004 01:54:59 -0000
@@ -23,7 +23,7 @@
 #include <sys/mman.h>
 #include <sys/time.h>
 #define _LINUX_TIME_H 1
-#include <linux/videodev.h>
+#include "videodev_myth.h"
 #include <time.h>
 
 typedef struct {


More information about the mythtv-dev mailing list