commit f5b10b6f87b15dbaae3c89ed11b9075859feac45
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Aug 19 15:18:07 2018 +0200
Re-enable FFmpeg
mixxx.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 872f781..239799f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -32,10 +32,7 @@ BuildRequires: python2-scons
# Build Requirements
BuildRequires: faad2-devel
-# 2018-04-11 uklotzde: FFmpeg support has been disabled temporarily
-# due to incompatibilities causing build errors in rawhide/f29
-# See below: SCons build option ffmpeg=0/1
-#BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel
BuildRequires: fftw-devel
BuildRequires: flac-devel
BuildRequires: hidapi-devel
@@ -103,7 +100,7 @@ scons %{?_smp_mflags} \
optimize=portable \
bulk=1 \
faad=1 \
- ffmpeg=0 \
+ ffmpeg=1 \
hid=1 \
modplug=1 \
opus=1 \