From: Szymon Siwek Date: Sun, 18 Sep 2011 11:37:01 +0000 (+0000) Subject: - added frei0r bcond X-Git-Tag: auto/th/ffmpeg-0_8_4-1~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d7a39558ef148e71fd9e31eba77b5a7c62d74bf1;p=packages%2Fffmpeg.git - added frei0r bcond Changed files: ffmpeg.spec -> 1.225 --- diff --git a/ffmpeg.spec b/ffmpeg.spec index ed57bfb..5a2e13f 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -4,6 +4,7 @@ # Conditional build: %bcond_with nonfree # non free options of package (currently: faac) %bcond_without autoreqdep # don't care about package name deps generated by rpm +%bcond_without frei0r # build without frei0r video filtering %bcond_without va # VAAPI (Video Acceleration API) %bcond_without vpx # VP8, a high-quality video codec %bcond_without doc # don't build docs @@ -33,7 +34,7 @@ BuildRequires: celt-devel BuildRequires: dirac-devel >= 1.0.0 %{?with_nonfree:BuildRequires: faac-devel} BuildRequires: freetype-devel -BuildRequires: frei0r-devel +%{?with_frei0r:BuildRequires: frei0r-devel} %ifarch ppc # require version with altivec support fixed BuildRequires: gcc >= 5:3.3.2-3 @@ -296,7 +297,7 @@ EOF --enable-avfilter \ --enable-gpl \ --enable-version3 \ - --enable-frei0r \ + %{?with_frei0r:--enable-frei0r} \ --enable-libdc1394 \ --enable-libcelt \ --enable-libdirac \