Mercurial > audlegacy-plugins
diff src/musepack/libmpc.cxx @ 372:a157306caf03 trunk
[svn] - finalize the plugin-side of the extension-assist ABI
| author | nenolod |
|---|---|
| date | Tue, 12 Dec 2006 19:43:23 -0800 |
| parents | c812e846b84e |
| children | 1e987b380776 |
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx Tue Dec 12 19:03:49 2006 -0800 +++ b/src/musepack/libmpc.cxx Tue Dec 12 19:43:23 2006 -0800 @@ -8,6 +8,8 @@ using TagLib::String; using TagLib::APE::ItemListMap; +gchar *mpc_fmts[] = { "mpc", NULL }; + InputPlugin MpcPlugin = { NULL, //File Handle FILE* handle NULL, //Filename char* filename @@ -37,7 +39,7 @@ NULL, NULL, mpcIsOurFD, - { "mpc", NULL }, + mpc_fmts }; extern "C"
