Package: mixxx / 2.5.0+dfsg-3

0001-disable_soundsourcem4a.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Alessio Treglia <alessio@debian.org>
Date: Mon, 30 Apr 2018 23:09:01 +0200
Subject: disable_soundsourcem4a

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20d7d8d..eb15ea8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3414,7 +3414,7 @@ if(FAAD)
     message(FATAL_ERROR "FAAD AAC audio support requires libmp4 or libmp4v2 with development headers.")
   endif()
   target_sources(mixxx-lib PRIVATE
-    src/sources/soundsourcem4a.cpp
+    #src/sources/soundsourcem4a.cpp
     src/sources/libfaadloader.cpp
   )
   target_compile_definitions(mixxx-lib PUBLIC __FAAD__)