From 79b25e9c385c3a1a3af6f88139bbd6aae8d0b178 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 24 Dec 2015 19:47:53 +0000 Subject: removed Decoder::hasHeadroom function git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5881 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 3eb64595b..1b02b2d19 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -71,7 +71,7 @@ add_subdirectory(converter) ENDIF(USE_CONVERTER AND TAGLIB_FOUND) IF(USE_RGSCAN AND TAGLIB_FOUND) -add_subdirectory(rgscan) +#add_subdirectory(rgscan) ENDIF(USE_RGSCAN AND TAGLIB_FOUND) IF(USE_SB) -- cgit v1.2.3-13-gbd6f