commit 4e0582e29c6040bcd4da38f979669faec6e9bcbe
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 5 12:17:55 2018 +0200
Fixup without_mfx
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 65f7ea2..73dadd8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -313,7 +313,7 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/
--cpu=%{_target_cpu} \
%endif
%ifarch %{ix86} x86_64
- %{!?_without_qsv:--enable-libmfx} \
+ %{!?_without_mfx:--enable-libmfx} \
%endif
%ifarch %{ix86} x86_64 %{power64}
--enable-runtime-cpudetect \