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

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

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

revision 1847, Fri Dec 5 10:18:52 2008 UTC revision 1866, Thu May 28 14:15:53 2009 UTC
# Line 16  Line 16 
16  API_MINOR="3"  API_MINOR="3"
17    
18  dnl NASM/YASM version requirement  dnl NASM/YASM version requirement
19  minimum_yasm_minor_version=7  minimum_yasm_minor_version=8
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 360  Line 360 
360         fi         fi
361         AC_MSG_RESULT([$yasm_minor])         AC_MSG_RESULT([$yasm_minor])
362    
363         dnl Actually, yasm >= 0.6.2 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_minor" -lt "$minimum_yasm_minor_version" ; then
366           AC_MSG_WARN([yasm version is too old])           AC_MSG_WARN([yasm version is too old])

Legend:
Removed from v.1847  
changed lines
  Added in v.1866

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