drop annoying debug messages from libdvdread

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15881 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2005-07-01 11:26:38 +00:00
parent f457c4228c
commit 6dec8bd58d
1 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@
#define DVDREAD_INTERNAL_H
#define CHECK_VALUE(arg) \
if(!(arg)) { \
fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \
"\n*** for %s ***\n\n", \
__FILE__, __LINE__, # arg ); \
}
#define CHECK_VALUE(arg)
#endif /* DVDREAD_INTERNAL_H */