Bug 570911 - WebM (VP8) Landing broke pymake at running of yasm2masm-as.sh. r=ted

This commit is contained in:
Marco Bonardo 2010-06-10 15:46:58 +12:00
Родитель 8db1fc8f64
Коммит 7e8ca66fb1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5913,7 +5913,7 @@ if test -n "$MOZ_WEBM"; then
AC_CHECK_PROGS(VPX_AS, ml, "")
if test -n "$VPX_AS"; then
VPX_X86_ASM=1
VPX_AS='$(topsrcdir)/media/libvpx/yasm2masm-as.sh'
VPX_AS='sh $(topsrcdir)/media/libvpx/yasm2masm-as.sh'
else
AC_MSG_ERROR([Need MASM (ml.exe) in order to assemble libvpx optimized assembly. Either disable webm (reconfigure with --disable-webm) or install MASM. MASM is included in the Windows 7 SDK, or you can download MASM directly from http://www.microsoft.com/downloads/details.aspx?familyid=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en])
fi