_dont_require_mp3
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 7 Sep 2018 05:40:21 +0000 (07:40 +0200)
committerPino Toscano <pino@debian.org>
Fri, 7 Sep 2018 05:40:21 +0000 (07:40 +0200)
Gbp-Pq: Name 112_dont_require_mp3.diff

src/k3bsystemproblemdialog.cpp

index df5365964b40585f8b75c189884bb91dfe493d5f..c003ffa91b5d92935da5e5fcadc6ef58257b1559 100644 (file)
@@ -540,6 +540,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
     // 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();
@@ -559,6 +560,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
                                                 "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 );