commit 1e23c17a00c66e1f3b65488e8d240344e858a9fc
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri May 8 10:03:23 2020 +0200
Temporarily disable broken faad2 support
mixxx.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e4dc804..d4537b1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -34,7 +34,8 @@ BuildRequires: gcc-c++
# Build Requirements
BuildRequires: chrpath
-BuildRequires: faad2-devel
+# TODO: Re-add support for faad2 when fixed
+#BuildRequires: faad2-devel
BuildRequires: ffmpeg-devel
BuildRequires: fftw-devel
BuildRequires: flac-devel
@@ -95,13 +96,14 @@ echo "#pragma once" > src/build.h
%build
mkdir -p cmake_build
cd cmake_build
+# TODO: Re-add support for faad2 when fixed
+# -DFAAD=ON \
%cmake \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
- -DFAAD=ON \
-DFFMPEG=ON \
-DHID=ON \
-DLOCALECOMPARE=ON \
Show replies by date