[vlc-devel] commit: We don't use paranoia_mode_t if libcdio <= 0.72 ( Rafaël Carré )
git version control
git at videolan.org
Sun May 25 14:45:23 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun May 25 14:46:55 2008 +0200| [4bacba8c7b69f54b3e4e0f575d11ce9b56971f39]
We don't use paranoia_mode_t if libcdio <= 0.72
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bacba8c7b69f54b3e4e0f575d11ce9b56971f39
---
modules/access/cdda/cdda.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/access/cdda/cdda.h b/modules/access/cdda/cdda.h
index bd185ad..19b2672 100644
--- 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
/*****************************************************************************
More information about the vlc-devel
mailing list