mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
this broke the compile for me. Did it work for anyone ? does this plugin work at all ?
Original commit message from CVS: this broke the compile for me. Did it work for anyone ? does this plugin work at all ?
This commit is contained in:
parent
3496b77287
commit
5ed6c44df5
1 changed files with 6 additions and 1 deletions
|
@ -31,14 +31,16 @@
|
||||||
|
|
||||||
|
|
||||||
/* 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 define HAVE_SYS_CDIO_H
|
#elif defined HAVE_SYS_CDIO_H
|
||||||
#include <sys/cdio.h>
|
#include <sys/cdio.h>
|
||||||
/*
|
/*
|
||||||
irix cdaudio works quite a bit differently than ioctl(), so its not ready
|
irix cdaudio works quite a bit differently than ioctl(), so its not ready
|
||||||
|
@ -67,6 +69,8 @@ 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) {
|
||||||
|
@ -88,6 +92,7 @@ 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…
Reference in a new issue