Mercurial > audlegacy-plugins
changeset 2699:e23ce346f239
adapt C++ plugins to new API
author | mf0102 <0102@gmx.at> |
---|---|
date | Tue, 10 Jun 2008 00:52:44 +0200 |
parents | 32e99af83a3e |
children | 99dd09396885 |
files | src/adplug/adplug-xmms.cc src/console/Audacious_Driver.cxx src/modplug/plugin.cxx src/musepack/libmpc.cxx src/wavpack/libwavpack.cxx |
diffstat | 5 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc Mon Jun 09 17:53:09 2008 +0200 +++ b/src/adplug/adplug-xmms.cc Tue Jun 10 00:52:44 2008 +0200 @@ -1158,8 +1158,6 @@ adplug_info_box, NULL, // output plugin (filled by XMMS) adplug_get_tuple, - NULL, - NULL, adplug_is_our_fd, (gchar **)fmts, };
--- a/src/console/Audacious_Driver.cxx Mon Jun 09 17:53:09 2008 +0200 +++ b/src/console/Audacious_Driver.cxx Tue Jun 10 00:52:44 2008 +0200 @@ -483,8 +483,6 @@ NULL, get_song_tuple, NULL, - NULL, - NULL, (gchar **)gme_fmts, NULL, probe_for_tuple,
--- a/src/modplug/plugin.cxx Mon Jun 09 17:53:09 2008 +0200 +++ b/src/modplug/plugin.cxx Tue Jun 10 00:52:44 2008 +0200 @@ -118,8 +118,6 @@ ShowFileInfoBox, NULL, // output GetSongTuple, - NULL, - NULL, CanPlayFileFromVFS, // vfs (gchar **)fmts, NULL,
--- a/src/musepack/libmpc.cxx Mon Jun 09 17:53:09 2008 +0200 +++ b/src/musepack/libmpc.cxx Tue Jun 10 00:52:44 2008 +0200 @@ -37,8 +37,6 @@ mpcFileInfoBox, //Show File Info Box [CALLBACK] NULL, //Output Plugin Handle OutputPlugin output mpcGetSongTuple,//Acquire tuple for song [CALLBACK] - NULL, - NULL, mpcIsOurFD, (gchar **)mpc_fmts };