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:
parent
6b56007a63
commit
0c29d0eebe
11
SVT-AV1.spec
11
SVT-AV1.spec
@ -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 . \
|
||||
|
BIN
_service:download_url:svt-av1_encoder_user_guide.pdf
(Stored with Git LFS)
BIN
_service:download_url:svt-av1_encoder_user_guide.pdf
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user