commit 543e0eae8c5d5969c8639137960a7d897d228293
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sun Dec 18 00:52:45 2016 +0100
allow disabling x11grab support
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f166f92..a0455bb 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -220,7 +220,7 @@ This package contains development files for %{name}
%{!?_without_xvid:--enable-libxvid} \\\
%{?_with_zmq:--enable-libzmq} \\\
%{?_with_zvbi:--enable-libzvbi} \\\
- --enable-x11grab \\\
+ %{!?_without_x11grab:--enable-x11grab} \\\
--enable-avfilter \\\
--enable-avresample \\\
--enable-postproc \\\