view dvdread_internal.h @ 187:d03cab4b6286 src

These are not used in libdvdnav. See ifodump/src/ifo_print.c ifodump/src/ifo_print.h instead.
author jcdutton
date Thu, 01 May 2003 15:44:30 +0000
parents 4e099155c968
children
line wrap: on
line source

#ifndef DVDREAD_INTERNAL_H
#define DVDREAD_INTERNAL_H

#ifdef _MSC_VER
#include <unistd.h>
#endif /* _MSC_VER */

#define CHECK_VALUE(arg) \
 if(!(arg)) { \
   fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \
                   "\n*** for %s ***\n\n", \
                   __FILE__, __LINE__, # arg ); \
 }

#endif /* DVDREAD_INTERNAL_H */