aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/Input/ffmpeg/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Input/ffmpeg/CMakeLists.txt b/src/plugins/Input/ffmpeg/CMakeLists.txt
index 5612c67b9..539239558 100644
--- a/src/plugins/Input/ffmpeg/CMakeLists.txt
+++ b/src/plugins/Input/ffmpeg/CMakeLists.txt
@@ -20,6 +20,7 @@ ADD_DEFINITIONS(${FFMPEG_CFLAGS})
SET(libffmpeg_SRCS
decoder_ffmpeg.cpp
decoder_ffmpegcue.cpp
+ decoder_ffmpegm4b.cpp
decoderffmpegfactory.cpp
ffmpegmetadatamodel.cpp
settingsdialog.cpp
@@ -29,6 +30,7 @@ SET(libffmpeg_SRCS
SET(libffmpeg_HDRS
decoder_ffmpeg.h
decoder_ffmpegcue.h
+ decoder_ffmpegm4b.h
replaygainreader.h
)