comparison libmpdvdkit2/dvdread_internal.h @ 15880:01b42f2f2894

drop annoying debug messages from libdvdread
author aurel
date Fri, 01 Jul 2005 11:26:38 +0000
parents 15f4ed477c39
children
comparison
equal deleted inserted replaced
15879:aa466b84b1d3 15880:01b42f2f2894
1 #ifndef DVDREAD_INTERNAL_H 1 #ifndef DVDREAD_INTERNAL_H
2 #define DVDREAD_INTERNAL_H 2 #define DVDREAD_INTERNAL_H
3 3
4 4
5 #define CHECK_VALUE(arg) \ 5 #define CHECK_VALUE(arg)
6 if(!(arg)) { \ 6
7 fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \
8 "\n*** for %s ***\n\n", \
9 __FILE__, __LINE__, # arg ); \
10 }
11 7
12 #endif /* DVDREAD_INTERNAL_H */ 8 #endif /* DVDREAD_INTERNAL_H */