]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- more general ix86 %%ifarchs
authorsaq <saq@pld-linux.org>
Sat, 28 Feb 2004 17:31:12 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.33

ffmpeg.spec

index 3556ae221f414095264747971a4428b8861fe0f4..377bfbd16db075853494ec968c3df5273ea2a2e9 100644 (file)
@@ -25,9 +25,11 @@ BuildRequires:       gcc >= 5:3.3.2-3
 %endif
 %{?with_imlib:BuildRequires:   imlib2-devel >= 1.1.0-2}
 BuildRequires: libtool >= 2:1.4d-3
-%ifarch i586 i686 athlon
+%ifarch %{ix86}
+%ifnarch i386 i486
 BuildRequires: nasm
 %endif
+%endif
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -134,7 +136,10 @@ Statyczne biblioteki ffmpeg (libavcodec i libavformat).
        --enable-shared \
        --enable-a52bin \
        --enable-faadbin \
-%ifnarch i586 i686 athlon
+%ifnarch %{ix86}
+       --disable-mmx \
+%endif
+%ifarch i386 i486
        --disable-mmx \
 %endif
        --cc="%{__cc}" \
This page took 0.228524 seconds and 4 git commands to generate.