Gbp-Pq: Name 112_dont_require_mp3.diff
// Way too many users are complaining about K3b not being able to decode mp3 files. So just warn them about
// the legal restrictions with many distros
//
+/*
QList<K3b::Plugin*> plugins = k3bcore->pluginManager()->plugins( "AudioDecoder" );
bool haveMp3Decoder = false;
for( QList<K3b::Plugin*>::const_iterator it = plugins.constBegin();
"K3b MAD MP3 decoder plugin (the latter may already be installed but not functional "
"due to the missing libmad). To get MP3 support, please install the package libk3b7-extracodecs.") ) );
}
+*/
#ifdef HAVE_ICONV
char* codec = nl_langinfo( CODESET );