Build fixes - vaapitest and v4l2test

This commit is contained in:
Martin Stransky 2023-07-27 12:12:55 +02:00
parent e1da8d7871
commit ef1b31a8c2
1 changed files with 7 additions and 1 deletions

View File

@ -990,7 +990,6 @@ fi
%{mozappdir}/firefox
%{mozappdir}/firefox-bin
%{mozappdir}/glxtest
%{mozappdir}/vaapitest
%doc %{_mandir}/man1/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/*
@ -1044,6 +1043,13 @@ fi
%{mozappdir}/plugin-container
%{mozappdir}/gmp-clearkey
%{mozappdir}/fonts/TwemojiMozilla.ttf
%ifarch aarch64
%{mozappdir}/v4l2test
%{mozappdir}/vaapitest
%endif
%ifarch x86_64
%{mozappdir}/vaapitest
%endif
%if !%{?system_nss}
%exclude %{mozappdir}/libnssckbi.so
%endif