Index: mixxx/CMakeLists.txt
===================================================================
--- mixxx.orig/CMakeLists.txt
+++ mixxx/CMakeLists.txt
@@ -2472,7 +2472,7 @@ if(BROADCAST)
   # Check if system lib is at least 2.4.6 and not suffering bugs
   # https://bugs.launchpad.net/mixxx/+bug/1833225
   # https://bugs.launchpad.net/mixxx/+bug/1913579
-  if(Shoutidjc_FOUND AND Shoutidjc_VERSION VERSION_LESS 2.4.4)
+  if(Shoutidjc_FOUND AND Shoutidjc_VERSION VERSION_LESS 2.4.3)
       message(STATUS "Installed libshout-idjc version: ${Shoutidjc_VERSION} is suffering from bug lp1833225")
   elseif(Shoutidjc_FOUND AND Shoutidjc_VERSION VERSION_LESS 2.4.6)
       message(STATUS "Installed libshout version: ${Shout_VERSION} is suffering from bug lp1913579")
