[svn] / branches / dev-api-4 / xvidcore / build / generic / configure.in Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/generic/configure.in

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

revision 1242, Fri Dec 5 14:44:35 2003 UTC revision 1332, Mon Jan 26 00:12:16 2004 UTC
# Line 6  Line 6 
6  dnl  dnl
7  dnl ==========================================================================  dnl ==========================================================================
8    
9  AC_INIT([XviD], [1.0.0 beta2], [xvid-devel@xvid.org])  AC_INIT([XviD], [1.0.0 rc1], [xvid-devel@xvid.org])
10  AC_CONFIG_SRCDIR(configure.in)  AC_CONFIG_SRCDIR(configure.in)
11    
12  dnl Do not forget to increase that when needed.  dnl Do not forget to increase that when needed.
# Line 19  Line 19 
19    
20  dnl Default CFLAGS -- Big impact on overall speed  dnl Default CFLAGS -- Big impact on overall speed
21  our_cflags_defaults="-Wall"  our_cflags_defaults="-Wall"
22  our_cflags_defaults="$our_cflags_defaults -O1"  our_cflags_defaults="$our_cflags_defaults -O2"
23  our_cflags_defaults="$our_cflags_defaults -fstrength-reduce"  our_cflags_defaults="$our_cflags_defaults -fstrength-reduce"
24  our_cflags_defaults="$our_cflags_defaults -finline-functions"  our_cflags_defaults="$our_cflags_defaults -finline-functions"
 our_cflags_defaults="$our_cflags_defaults -fgcse"  
25  our_cflags_defaults="$our_cflags_defaults -freduce-all-givs"  our_cflags_defaults="$our_cflags_defaults -freduce-all-givs"
26  our_cflags_defaults="$our_cflags_defaults -ffast-math"  our_cflags_defaults="$our_cflags_defaults -ffast-math"
27  our_cfalgs_defaults="$our_cflags_defaults -fomit-frame-pointer"  our_cflags_defaults="$our_cflags_defaults -fomit-frame-pointer"
28    
29  dnl ==========================================================================  dnl ==========================================================================
30  dnl Features - configure options  dnl Features - configure options
# Line 270  Line 269 
269          ;;          ;;
270       [[cC]][[yY]][[gG]][[wW]][[iI]][[nN]]*|mingw32*|mks*)       [[cC]][[yY]][[gG]][[wW]][[iI]][[nN]]*|mingw32*|mks*)
271          AC_MSG_RESULT([ok])          AC_MSG_RESULT([ok])
272          STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)"          STATIC_LIB="xvidcore.\$(STATIC_EXTENSION)"
273          SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION)"          SHARED_LIB="xvidcore.\$(SHARED_EXTENSION)"
274          SPECIFIC_LDFLAGS="-mno-cygwin -shared -Wl,--dll,--out-implib,\$@.a libxvidcore.def"          SPECIFIC_LDFLAGS="-mno-cygwin -shared -Wl,--dll,--out-implib,\$@.a libxvidcore.def"
275          SPECIFIC_CFLAGS="-mno-cygwin"          SPECIFIC_CFLAGS="-mno-cygwin"
276          ;;          ;;

Legend:
Removed from v.1242  
changed lines
  Added in v.1332

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