diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-29 21:43:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-29 21:43:20 +0000 |
| commit | a53a04badd824b8037999d401a7c34cb8e482ef1 (patch) | |
| tree | 25359fd3f7ef4571bd6cffbaa6bf59615e224111 /src/plugins/Input/mad/mad.pro | |
| parent | ab8eb1434bc366841310ba935ea4dd30d382200b (diff) | |
| download | qmmp-a53a04badd824b8037999d401a7c34cb8e482ef1.tar.gz qmmp-a53a04badd824b8037999d401a7c34cb8e482ef1.tar.bz2 qmmp-a53a04badd824b8037999d401a7c34cb8e482ef1.zip | |
removed mad and mpg123 plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7812 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/mad.pro')
| -rw-r--r-- | src/plugins/Input/mad/mad.pro | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro deleted file mode 100644 index 3766d2432..000000000 --- a/src/plugins/Input/mad/mad.pro +++ /dev/null @@ -1,32 +0,0 @@ -include(../../plugins.pri) - -TARGET = $$PLUGINS_PREFIX/Input/mad - -HEADERS += decodermadfactory.h \ - decoder_mad.h \ - settingsdialog.h \ - tagextractor.h \ - mpegmetadatamodel.h \ - replaygainreader.h - -SOURCES += decoder_mad.cpp \ - decodermadfactory.cpp \ - settingsdialog.cpp \ - tagextractor.cpp \ - mpegmetadatamodel.cpp \ - replaygainreader.cpp - -FORMS += settingsdialog.ui - -RESOURCES = translations/translations.qrc - -unix { - target.path = $$LIB_DIR/qmmp/Input - INSTALLS += target - LIBS += -lmad - PKGCONFIG += taglib mad -} - -win32 { - LIBS += -lmad -ltag.dll -} |
