Update to 1.13.1
Disable warnings
This commit is contained in:
parent
af6281717a
commit
27c57e5eff
@ -61,7 +61,7 @@ for the GStreamer VA API video acceleration plugins
|
|||||||
|
|
||||||
# Wayland support in libva isn't present - gstreamer-vaapi can't support Wayland without it
|
# Wayland support in libva isn't present - gstreamer-vaapi can't support Wayland without it
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1051862
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1051862
|
||||||
%configure \
|
%configure --disable-fatal-warnings \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
%{?_without_wayland:--disable-wayland} \
|
%{?_without_wayland:--disable-wayland} \
|
||||||
--disable-builtin-libvpx
|
--disable-builtin-libvpx
|
||||||
@ -97,6 +97,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 22 2018 Taymans <wtaymans@redhat.com> - 1.13.1-1
|
* Thu Feb 22 2018 Taymans <wtaymans@redhat.com> - 1.13.1-1
|
||||||
- Update to 1.13.1
|
- Update to 1.13.1
|
||||||
|
- Disable warnings
|
||||||
|
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.4-4
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.4-4
|
||||||
- Escape macros in %%changelog
|
- Escape macros in %%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user