aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-26 22:41:24 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-26 22:41:24 +0000
commitdb21f3b3428d88b19d2f82ae933830153310a1f1 (patch)
tree76da52ae3cace5b6030f1967cba61302f09e420f /src/plugins/Input/mad/CMakeLists.txt
parent2d1d2a4a807fced7d2b5e56998da67149bc2010e (diff)
downloadqmmp-db21f3b3428d88b19d2f82ae933830153310a1f1.tar.gz
qmmp-db21f3b3428d88b19d2f82ae933830153310a1f1.tar.bz2
qmmp-db21f3b3428d88b19d2f82ae933830153310a1f1.zip
enabled replaygain support (for mp3 file with ape tags only)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1453 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/CMakeLists.txt')
-rw-r--r--src/plugins/Input/mad/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt
index 174f4f696..e4e0d8130 100644
--- a/src/plugins/Input/mad/CMakeLists.txt
+++ b/src/plugins/Input/mad/CMakeLists.txt
@@ -38,6 +38,7 @@ SET(libmad_SRCS
settingsdialog.cpp
tagextractor.cpp
mpegmetadatamodel.cpp
+ replaygainreader.cpp
)
SET(libmad_MOC_HDRS
@@ -46,6 +47,7 @@ SET(libmad_MOC_HDRS
decoder_mad.h
tagextractor.h
mpegmetadatamodel.h
+ replaygainreader.h
)
SET(libmad_RCCS translations/translations.qrc)