Commit 4bacba8c authored by Rafaël Carré's avatar Rafaël Carré

We don't use paranoia_mode_t if libcdio <= 0.72

parent ae8638cb
......@@ -70,11 +70,6 @@
#include <cdio/paranoia.h>
#else
#define CdIo_t CdIo
typedef enum {
PARANOIA_MODE_DISABLE = 0x00, /* Note: We make use of 0 as being the same as false */
PARANOIA_MODE_OVERLAP = 0x04,
PARANOIA_MODE_FULL = 0xff
} paranoia_mode_t;
#endif
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment