SHA256
1
0
forked from pool/SVT-AV1

disable non x86_64 for now

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=3
This commit is contained in:
Adrian Schröter 2019-02-05 09:06:42 +00:00 committed by Git OBS Bridge
parent 6b56007a63
commit 0c29d0eebe
2 changed files with 6 additions and 9 deletions

View File

@ -28,13 +28,7 @@ Source0: %{name}-%{version}.tar.xz
Source1: svt-av1_encoder_user_guide.pdf
BuildRequires: cmake
BuildRequires: yasm
#BuildRequires: gcc-c++
#BuildRequires: pkgconfig
#BuildRequires: pkgconfig(alsa)
#BuildRequires: pkgconfig(freetype2)
#BuildRequires: pkgconfig(xcursor)
#BuildRequires: pkgconfig(xinerama)
#BuildRequires: pkgconfig(xrandr)
ExclusiveArch: x86_64
%description
@ -53,6 +47,9 @@ Requires: %{name}%{sover} = %{version}
%prep
%setup -q
%if 0%{suse_version} < 1500
sed -i -e 's, -fstack-protector-strong / /' CMakeLists.txt
%endif
%build
cmake . \

Binary file not shown.