webrtc supports only selected arches

This commit is contained in:
Dan Horák 2013-01-07 15:20:42 +01:00
parent 16aa23b092
commit 646b5ed883

View File

@ -225,6 +225,10 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
%ifnarch %{ix86} x86_64 %{arm}
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
#===============================================================================
%build