diff --git a/libvpx.spec b/libvpx.spec index a9203b4959402cc07bf7da30d4143ad199cf87cd..7f511f3716f543f3ea5654a8b9ce05bd5c1609b0 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,6 +1,6 @@ Name: libvpx Version: 1.7.0 -Release: 8 +Release: 9 Summary: VP8/VP9 Video Codec SDK License: BSD 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 %ifarch aarch64 %global vpxtarget arm64-linux-gcc +%else +%ifarch loongarch64 sw_64 +%global vpxtarget generic-gnu +%endif %endif %endif %set_build_flags @@ -102,6 +106,9 @@ mv %{buildroot}%{_prefix}/src/vpx_scale %{buildroot}%{_includedir}/ %{_libdir}/libvpx.so %changelog -* Fri Nov 08 2019 Lijin Yang -1.7.0-8 +* Tue Aug 22 2023 panchenbo - 1.7.0-9 +- add loongarch64 and sw_64 support + +* Fri Nov 08 2019 Lijin Yang - 1.7.0-8 - Pakcage init