Add missing file

el8
Nicolas Chauvet 7 years ago
parent 210c68c930
commit 32a338eec2

1
.gitignore vendored

@ -1 +1,2 @@
vlc-*.tar.xz
/asm.S

@ -1 +1,2 @@
09a713c9aba8dac5ccb5a982c62ed811 asm.S
32292f9fc6eab0b00432cdd574fc9eae vlc-3.0.1.tar.xz

@ -48,6 +48,8 @@ License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{vlc_vers}/}vlc-%{vlc_vers}%{?vlc_tag}.tar.xz
# Missing file from tarball
Source1: asm.S
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@ -270,6 +272,8 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
}
install -pm 0644 %{SOURCE1} modules/arm_neon
%build

Loading…
Cancel
Save