mirror of https://github.com/mpv-player/mpv
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:
parent
f457c4228c
commit
6dec8bd58d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue