Added yasm to build req, needed for in-tree turbo jpeg

This commit is contained in:
Martin Stransky 2014-11-04 15:30:31 +01:00
parent 793ab2260d
commit 3d545d817e

View File

@ -405,9 +405,10 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
echo "ac_add_options --enable-tests" >> .mozconfig
%endif
# Hack - FF does not support new jpeg turbo library
# TODO Hack - FF does not support new jpeg turbo library
%if 0%{?fedora} > 21
echo "ac_add_options --without-system-jpeg" >> .mozconfig
BuildRequires: yasm
%else
echo "ac_add_options --with-system-jpeg" >> .mozconfig
%endif