]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
add target for armv7hnl
authorJan Palus <atler@pld-linux.org>
Thu, 10 Feb 2022 16:43:48 +0000 (17:43 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 10 Feb 2022 16:43:48 +0000 (17:43 +0100)
libvpx.spec

index 9f847826dfd968412f2a06e9af0f53a1c611b105..278f7a913fe7bbccd014d966a9e7123c162847b2 100644 (file)
@@ -56,6 +56,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch aarch64
 %define        vpxtarget       arm64-linux-gcc
 %endif
+%ifarch armv7hnl
+%define        vpxtarget       armv7-linux-gcc
+%endif
 
 %description
 VP8, a high-quality video codec.
This page took 0.054277 seconds and 4 git commands to generate.