git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8638c
)
We don't use paranoia_mode_t if libcdio <= 0.72
author
Rafaël Carré
<funman@videolan.org>
Sun, 25 May 2008 12:46:55 +0000
(14:46 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Sun, 25 May 2008 12:46:55 +0000
(14:46 +0200)
modules/access/cdda/cdda.h
patch
|
blob
|
history
diff --git
a/modules/access/cdda/cdda.h
b/modules/access/cdda/cdda.h
index
bd185ad
..
19b2672
100644
(file)
--- a/
modules/access/cdda/cdda.h
+++ b/
modules/access/cdda/cdda.h
@@
-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
/*****************************************************************************