Don't process commented-out script

This commit is contained in:
Mikhail Novosyolov 2018-10-28 23:02:58 +03:00
parent 488e9556c8
commit dd4227f5f7

View file

@ -311,7 +311,7 @@ members of the Chromium and WebDriver teams.
%patch508 -p1 -b .vaapiMain
# We have libva1 in rosa2016.1, but will have libva2 in rosa2019.1
# This patch is needed for libva1 only (where VA_MAJOR_VERSION = 0)
#define vaapi_version %(cat %{_includedir}/va/va_version.h | grep '#define VA_MAJOR_VERSION ' | awk '{print $NF}')
#define vaapi_version #(cat %{_includedir}/va/va_version.h | grep '#define VA_MAJOR_VERSION ' | awk '{print $NF}')
%if %{mdvver} < 201800
%patch509 -p1 -b .vaapi1
%endif