Changeset 8439
- Timestamp:
- 02/27/13 16:22:13 (9 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/module-dvbapi-azbox.c
r8367 r8439 6 6 #include "extapi/openxcas/openxcas_message.h" 7 7 8 #define DVBAPI_LOG_PREFIX 1 8 9 #include "module-dvbapi.h" 9 10 #include "module-dvbapi-azbox.h" -
trunk/module-dvbapi-coolapi.c
r8119 r8439 7 7 #include "extapi/coolapi.h" 8 8 9 #define DVBAPI_LOG_PREFIX 1 9 10 #include "module-dvbapi.h" 10 11 #include "module-dvbapi-coolapi.h" -
trunk/module-dvbapi-mca.c
r8367 r8439 24 24 //#include "extapi/openxcas/openxcas_message.h" 25 25 26 #define DVBAPI_LOG_PREFIX 1 26 27 #include "module-dvbapi.h" 27 28 #include "module-dvbapi-mca.h" -
trunk/module-dvbapi-stapi.c
r8347 r8439 3 3 #if defined(HAVE_DVBAPI) && defined(WITH_STAPI) 4 4 5 #define DVBAPI_LOG_PREFIX 1 5 6 #include "module-dvbapi.h" 6 7 #include "module-dvbapi-stapi.h" -
trunk/module-dvbapi.h
r8368 r8439 232 232 void dvbapi_read_priority(void); 233 233 234 #ifdef DVBAPI_LOG_PREFIX 234 235 #undef cs_log 235 236 #define cs_log(txt, x...) cs_log_int(0, 1, NULL, 0, "dvbapi: "txt, ##x) … … 238 239 #define cs_debug_mask(x,txt,y...) cs_log_int(x, 1, NULL, 0, "dvbapi: "txt, ##y) 239 240 #endif 241 #endif 240 242 241 243 #else
Note:
See TracChangeset
for help on using the changeset viewer.