aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Input/mpeg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mpeg/CMakeLists.txt b/src/plugins/Input/mpeg/CMakeLists.txt
index dc120cbb9..df070b910 100644
--- a/src/plugins/Input/mpeg/CMakeLists.txt
+++ b/src/plugins/Input/mpeg/CMakeLists.txt
@@ -25,7 +25,7 @@ ADD_DEFINITIONS(${TAGLIB_CFLAGS})
SET(USE_LIBRCD FALSE CACHE BOOL "enable/disable charset detection for ID3v1/2 tags using librcd")
IF(USE_LIBRCD)
- CHECK_INCLUDE_FILE_CXX(mpc/mpcdec.h LIBRCD_HEADER_FOUND)
+ CHECK_INCLUDE_FILE_CXX(librcd.h LIBRCD_HEADER_FOUND)
ENDIF(USE_LIBRCD)
IF(LIBRCD_HEADER_FOUND)