]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/cdda.c
Compatability for different versions of libcdio from 0.71-0.74cvs
[vlc] / modules / access / cdda / cdda.c
index 12ea9d6bcedd1b990c017a0e718977853c14c4e8..b5bdc2121930e6db4e65cbba86720772d675898f 100644 (file)
  * Option help text
  *****************************************************************************/
 
+#if LIBCDIO_VERSION_NUM >= 72
 static char *psz_paranoia_list[] = { "none", "overlap", "full" };
 static char *psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
                                          N_("full") };
+#endif
 
 #define DEBUG_LONGTEXT N_( \
     "This integer when viewed in binary is a debugging mask\n" \