!11 [sync] PR-10: add loongarch64 and sw_64 support
From: @openeuler-sync-bot Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
5078ff8d2c
11
libvpx.spec
11
libvpx.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libvpx
|
Name: libvpx
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: VP8/VP9 Video Codec SDK
|
Summary: VP8/VP9 Video Codec SDK
|
||||||
License: BSD
|
License: BSD
|
||||||
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
|
||||||
@ -33,6 +33,10 @@ Development libraries and headers for developing software against libvpx.
|
|||||||
%else
|
%else
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
%global vpxtarget arm64-linux-gcc
|
%global vpxtarget arm64-linux-gcc
|
||||||
|
%else
|
||||||
|
%ifarch loongarch64 sw_64
|
||||||
|
%global vpxtarget generic-gnu
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -102,6 +106,9 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/
|
|||||||
%{_libdir}/libvpx.so
|
%{_libdir}/libvpx.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Nov 08 2019 Lijin Yang <yanglijin@huawei.com> -1.7.0-8
|
* Tue Aug 22 2023 panchenbo <panchenbo@kylinsec.com.cn> - 1.7.0-9
|
||||||
|
- add loongarch64 and sw_64 support
|
||||||
|
|
||||||
|
* Fri Nov 08 2019 Lijin Yang <yanglijin@huawei.com> - 1.7.0-8
|
||||||
- Pakcage init
|
- Pakcage init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user