From 27c57e5eff6eac1e57492877aee7ad0edec5a58c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 27 Feb 2018 10:28:11 +0100 Subject: [PATCH] Update to 1.13.1 Disable warnings --- gstreamer1-vaapi.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gstreamer1-vaapi.spec b/gstreamer1-vaapi.spec index e44c123..4674575 100644 --- a/gstreamer1-vaapi.spec +++ b/gstreamer1-vaapi.spec @@ -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 # https://bugzilla.redhat.com/show_bug.cgi?id=1051862 -%configure \ +%configure --disable-fatal-warnings \ --enable-static=no \ %{?_without_wayland:--disable-wayland} \ --disable-builtin-libvpx @@ -97,6 +97,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog * Thu Feb 22 2018 Taymans - 1.13.1-1 - Update to 1.13.1 +- Disable warnings * Fri Feb 09 2018 Igor Gnatenko - 1.12.4-4 - Escape macros in %%changelog