[svn] / branches / release-1_2-branch / xvidcore / build / generic / configure.in Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/build/generic/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1888, Mon May 10 13:56:23 2010 UTC revision 1889, Mon Jun 7 07:04:00 2010 UTC
# Line 16  Line 16 
16  API_MINOR="2"  API_MINOR="2"
17    
18  dnl NASM/YASM version requirement  dnl NASM/YASM version requirement
19  minimum_yasm_minor_version=8  minimum_yasm_major_version=1
20  minimum_nasm_minor_version=0  minimum_nasm_minor_version=0
21  minimum_nasm_major_version=2  minimum_nasm_major_version=2
22  nasm_prog="nasm"  nasm_prog="nasm"
# Line 354  Line 354 
354         dnl Checking yasm version         dnl Checking yasm version
355         dnl         dnl
356         AC_MSG_CHECKING([for yasm version])         AC_MSG_CHECKING([for yasm version])
357         yasm_minor=`$yasm_prog --version | cut -d '.' -f 2 | cut -d ' ' -f 1`         yasm_major=`$yasm_prog --version | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 2`
358         if test -z $yasm_minor ; then         if test -z $yasm_major ; then
359            yasm_minor=-1            yasm_major=-1
360         fi         fi
361         AC_MSG_RESULT([$yasm_minor])         AC_MSG_RESULT([$yasm_major])
362    
363         dnl Actually, yasm >= 0.7.99.2161 should be ok         dnl Actually, yasm >= 0.7.99.2161 should be ok
364         dnl But I'm too lazy to check also the patch version...         dnl But I'm too lazy to check also the patch version...
365         if test "$yasm_minor" -lt "$minimum_yasm_minor_version" ; then         if test "$yasm_major" -lt "$minimum_yasm_major_version" ; then
366           AC_MSG_WARN([yasm version is too old])           AC_MSG_WARN([yasm version is too old])
367         else         else
368           found_nasm_comp_prog="yes"           found_nasm_comp_prog="yes"

Legend:
Removed from v.1888  
changed lines
  Added in v.1889

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4