Now that all of the generic cdtext code is in place, it is trivial to add CD-Text support to FreeBSD.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: freebsd.c,v 1.39 2004/08/07 22:58:51 rocky Exp $
|
$Id: freebsd.c,v 1.40 2004/08/10 12:14:45 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char _rcsid[] = "$Id: freebsd.c,v 1.39 2004/08/07 22:58:51 rocky Exp $";
|
static const char _rcsid[] = "$Id: freebsd.c,v 1.40 2004/08/10 12:14:45 rocky Exp $";
|
||||||
|
|
||||||
#include "freebsd.h"
|
#include "freebsd.h"
|
||||||
|
|
||||||
@@ -551,6 +551,7 @@ cdio_open_am_freebsd (const char *psz_orig_source_name,
|
|||||||
.eject_media = _eject_media_freebsd,
|
.eject_media = _eject_media_freebsd,
|
||||||
.free = _free_freebsd,
|
.free = _free_freebsd,
|
||||||
.get_arg = _get_arg_freebsd,
|
.get_arg = _get_arg_freebsd,
|
||||||
|
.get_cdtext = get_cdtext_generic,
|
||||||
.get_default_device = cdio_get_default_device_freebsd,
|
.get_default_device = cdio_get_default_device_freebsd,
|
||||||
.get_devices = cdio_get_devices_freebsd,
|
.get_devices = cdio_get_devices_freebsd,
|
||||||
.get_discmode = get_discmode_generic,
|
.get_discmode = get_discmode_generic,
|
||||||
|
|||||||
Reference in New Issue
Block a user