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