[media] renamed dvb_frontend.h to dvb-frontend.h
authorAndré Roth <neolynx@gmail.com>
Sun, 13 May 2012 11:17:29 +0000 (08:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 13 May 2012 12:36:31 +0000 (09:36 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
lib/include/dvb-fe.h
lib/include/dvb-frontend.h [moved from lib/include/dvb_frontend.h with 100% similarity]
lib/libdvbv5/Makefile.am
lib/libdvbv5/descriptors.c
lib/libdvbv5/dvb-v5-std.h
lib/libdvbv5/dvb-v5.h
lib/libdvbv5/libscan.c
utils/dvb/README

index 4207ffe..5150ebf 100644 (file)
@@ -27,7 +27,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <string.h>
-#include "dvb_frontend.h"
+#include "dvb-frontend.h"
 #include "libsat.h"
 
 #define ARRAY_SIZE(x)  (sizeof(x)/sizeof((x)[0]))
index 90a0f50..682869b 100644 (file)
@@ -4,7 +4,7 @@ libdvbv5_la_SOURCES = \
   dvb-demux.c dvb-demux.h \
   dvb-fe.c dvb-fe.h \
   dvb-file.c dvb-file.h \
-  dvb_frontend.h  dvb-v5.h  dvb-v5-std.h \
+  dvb-frontend.h  dvb-v5.h  dvb-v5-std.h \
   dvb-legacy-channel-format.c \
   dvb-zap-format.c \
   descriptors.c descriptors.h \
index 6fba632..09e9245 100644 (file)
@@ -25,7 +25,7 @@
 #include "libscan.h"
 #include "descriptors.h"
 #include "parse_string.h"
-#include "dvb_frontend.h"
+#include "dvb-frontend.h"
 
 static char *default_charset = "iso-8859-1";
 static char *output_charset = "utf-8";
index 6403ad2..80d98c0 100644 (file)
@@ -20,7 +20,7 @@
  *     http://linuxtv.org/downloads/v4l-dvb-apis/FE_GET_SET_PROPERTY.html
  */
 
-#include "dvb_frontend.h"
+#include "dvb-frontend.h"
 
 const unsigned int sys_dvbt_props[] = {
        DTV_FREQUENCY,
index 6ba6730..b29e34b 100644 (file)
@@ -3,7 +3,7 @@
  */
 #ifndef _DVB_V5_CONSTS_H
 #define _DVB_V5_CONSTS_H
-#include "dvb_frontend.h"
+#include "dvb-frontend.h"
 struct fe_caps_name {
        unsigned  idx;
        char *name;
index 8efe9af..dd010e1 100644 (file)
@@ -26,7 +26,7 @@
  *****************************************************************************/
 
 #include "libscan.h"
-#include "dvb_frontend.h"
+#include "dvb-frontend.h"
 #include "descriptors.h"
 #include "parse_string.h"
 
index 76bb32a..2711f36 100644 (file)
@@ -58,7 +58,7 @@ dvb-zap-format.c/dvb-legacy-channel-format.c:
 Contains the data structures required in order to read from the legacy
 formats (zap or scan "initial-tuning-data-file").
 
-dvb_frontend.h: DVBv5 frontend API.
+dvb-frontend.h: DVBv5 frontend API.
 
 This is just a copy of the newest linux/dvb/frontend.h header.
 I opted to keep a copy there, in order to allow working with the tools