mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-09 23:35:33 -04:00
Add MP3 import (#6750)
This commit is contained in:
@@ -68,7 +68,11 @@ Plugin::Descriptor PLUGIN_EXPORT audiofileprocessor_plugin_descriptor =
|
||||
0x0100,
|
||||
Plugin::Type::Instrument,
|
||||
new PluginPixmapLoader( "logo" ),
|
||||
"wav,ogg,ds,spx,au,voc,aif,aiff,flac,raw",
|
||||
"wav,ogg,ds,spx,au,voc,aif,aiff,flac,raw"
|
||||
#ifdef LMMS_HAVE_SNDFILE_MP3
|
||||
",mp3"
|
||||
#endif
|
||||
,
|
||||
nullptr,
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user