comparison libmpdemux/dvb_defaults.h @ 12309:5c375ea5fb0f

new configuration structure, gcc warn silencing
author nicodvb
date Mon, 26 Apr 2004 21:22:33 +0000
parents 76c6d8f1ebf5
children 8dd7a656eaf8
comparison
equal deleted inserted replaced
12308:e76abd2a803c 12309:5c375ea5fb0f
64 64
65 65
66 66
67 #ifndef DVB_T_LOCATION 67 #ifndef DVB_T_LOCATION
68 #ifndef UK 68 #ifndef UK
69 #warning No DVB-T country defined in dvb_defaults.h 69 #warning No DVB-T country defined in dvb_defaults.h, defaulting to UK. Ignore this if using Satellite or Cable.
70 #warning defaulting to UK
71 #warning Ignore this if using Satellite or Cable
72 #endif 70 #endif
73 71
74 /* UNITED KINGDOM settings */ 72 /* UNITED KINGDOM settings */
75 #define DVB_T_LOCATION "in United Kingdom" 73 #define DVB_T_LOCATION "in United Kingdom"
76 #define BANDWIDTH_DEFAULT BANDWIDTH_8_MHZ 74 #define BANDWIDTH_DEFAULT BANDWIDTH_8_MHZ