mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
put telexcc debug code inside a macro
This commit is contained in:
parent
1a479a7199
commit
6b98856892
@ -236,7 +236,9 @@ struct PMT_entry *PIDs_programs[65536];
|
||||
|
||||
int temp_debug=0; // This is a convenience variable used to enable/disable debug on variable conditions. Find references to understand.
|
||||
|
||||
#ifdef DEBUG_TELEXCC
|
||||
int main_telxcc (int argc, char *argv[]);
|
||||
#endif
|
||||
LLONG process_raw_with_field (void);
|
||||
|
||||
|
||||
|
@ -1127,6 +1127,7 @@ void telxcc_close(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG_TELXCC
|
||||
int main_telxcc (int argc, char *argv[]) {
|
||||
FILE *infile;
|
||||
|
||||
@ -1308,4 +1309,4 @@ int main_telxcc (int argc, char *argv[]) {
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user