commit f25641bf017a2aae1658016d9c63966a63d42655
Author: Luís Correia <luis.f.correia(a)gmail.com>
Date: Mon Dec 2 19:49:52 2024 +0000
Fully remove ffmpeg from build
mixxx.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 38dbb9d..18aed55 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -61,7 +61,7 @@ pkgconfig(libavcodec)
pkgconfig(libavformat)
pkgconfig(libavutil)
pkgconfig(libswresample)
-# END BLOCK
+# END FEDORA BLOCK
BuildRequires: flac-devel
BuildRequires: hidapi-devel
BuildRequires: lame-devel
@@ -99,7 +99,7 @@ BuildRequires: wavpack-devel
BuildRequires: zlib-devel
# Runtime Requirements
-Requires: faad2
+#Requires: faad2
Requires: open-sans-fonts
Requires: qt5-qttranslations
@@ -144,7 +144,7 @@ cp %{SOURCE2} %{__cmake_builddir}/downloads
-DBULK=ON \
-DENGINEPRIME=ON \
-DFAAD=ON \
- -DFFMPEG=ON \
+# -DFFMPEG=ON \
-DHID=ON \
-DKEYFINDER=ON \
-DLOCALECOMPARE=ON \
Show replies by date