/* blush */
Original commit message from CVS: /* blush */
This commit is contained in:
parent
5ed6c44df5
commit
3b6498122f
@ -31,13 +31,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/* private functions */
|
/* private functions */
|
||||||
/* not used
|
|
||||||
static void cd_fix_track_range(struct cd *cd,gint *start_track,gint *end_track);
|
static void cd_fix_track_range(struct cd *cd,gint *start_track,gint *end_track);
|
||||||
*/
|
|
||||||
static gint cddb_sum(gint n);
|
static gint cddb_sum(gint n);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_LINUX_CDROM_H
|
#ifdef HAVE_LINUX_CDROM_H
|
||||||
#include <linux/cdrom.h>
|
#include <linux/cdrom.h>
|
||||||
#elif defined HAVE_SYS_CDIO_H
|
#elif defined HAVE_SYS_CDIO_H
|
||||||
@ -61,7 +57,7 @@ irix cdaudio works quite a bit differently than ioctl(), so its not ready
|
|||||||
*/
|
*/
|
||||||
#ifdef HAVE_CDROM_SOLARIS
|
#ifdef HAVE_CDROM_SOLARIS
|
||||||
#include "gstcdplayer_ioctl_solaris.h"
|
#include "gstcdplayer_ioctl_solaris.h"
|
||||||
#elif defined HAVE_CDROM_BSD
|
#elif define HAVE_CDROM_BSD
|
||||||
#include "gstcdplayer_ioctl_bsd.h"
|
#include "gstcdplayer_ioctl_bsd.h"
|
||||||
/*
|
/*
|
||||||
#elif define HAVE_CDROM_IRIX
|
#elif define HAVE_CDROM_IRIX
|
||||||
@ -69,8 +65,6 @@ irix cdaudio works quite a bit differently than ioctl(), so its not ready
|
|||||||
*/
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NOTDEFINED
|
|
||||||
/* this doesn't seem to get used, does it */
|
|
||||||
static void cd_fix_track_range(struct cd *cd,gint *start_track,gint *end_track)
|
static void cd_fix_track_range(struct cd *cd,gint *start_track,gint *end_track)
|
||||||
{
|
{
|
||||||
if (*start_track <= 0) {
|
if (*start_track <= 0) {
|
||||||
@ -92,8 +86,6 @@ static void cd_fix_track_range(struct cd *cd,gint *start_track,gint *end_track)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* this cddb info is from
|
/* this cddb info is from
|
||||||
http://www.freedb.org/modules.php?name=Sections&sop=viewarticle&artid=6
|
http://www.freedb.org/modules.php?name=Sections&sop=viewarticle&artid=6
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user