# HG changeset patch # User nenolod # Date 1180073218 25200 # Node ID f6fab42de1686a5a3144a6024e02077fba543c36 # Parent 325c52b01e569b467c2d851b6d3e4c1ddaa8b201 [svn] - alsa: commit to plugin API v2 diff -r 325c52b01e56 -r f6fab42de168 ChangeLog --- a/ChangeLog Thu May 24 20:30:08 2007 -0700 +++ b/ChangeLog Thu May 24 23:06:58 2007 -0700 @@ -1,3 +1,12 @@ +2007-05-25 03:30:08 +0000 Stephen Sokolow + revision [2332] + Switch pkg-config for cdaudio-ng from libcdio to libcdio_cdda (At the request of Crazy_Hopper) + The change makes sense, and a quick manual call to pkg-config looks good, but blame him if something goes wrong. + + trunk/configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + + 2007-05-25 03:06:47 +0000 Stephen Sokolow revision [2330] Fixed a typo in the cdaudio-ng portion of configure.ac as discovered by Crazy_Hopper. diff -r 325c52b01e56 -r f6fab42de168 src/alsa/alsa.c --- a/src/alsa/alsa.c Thu May 24 20:30:08 2007 -0700 +++ b/src/alsa/alsa.c Thu May 24 23:06:58 2007 -0700 @@ -23,7 +23,7 @@ { NULL, NULL, - NULL, + "ALSA Output Plugin", alsa_init, alsa_cleanup, alsa_about, @@ -42,12 +42,9 @@ alsa_tell }; -OutputPlugin *get_oplugin_info(void) -{ - alsa_op.description = g_strdup_printf(_("ALSA %s output plugin"), VERSION); - return &alsa_op; -} +OutputPlugin *alsa_oplist[] = { &alsa_op, NULL }; +DECLARE_PLUGIN(alsa, NULL, NULL, NULL, alsa_oplist, NULL, NULL, NULL) void alsa_cleanup(void) {