[cvs] / xvidcore / vfw / bin / Makefile Repository:
ViewVC logotype

Diff of /xvidcore/vfw/bin/Makefile

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

revision 1.4, Mon Apr 4 23:49:37 2005 UTC revision 1.7, Mon Dec 15 10:22:07 2008 UTC
# Line 24  Line 24 
24  # Constants which should not be modified  # Constants which should not be modified
25  # The `mingw-runtime` package is required when building with -mno-cygwin  # The `mingw-runtime` package is required when building with -mno-cygwin
26  CFLAGS += -I$(SRC_DIR)/w32api -I$(LOCAL_XVID_SRCTREE)  CFLAGS += -I$(SRC_DIR)/w32api -I$(LOCAL_XVID_SRCTREE)
 CFLAGS += -D_WIN32_IE=0x0500  
27  CFLAGS += -mno-cygwin  CFLAGS += -mno-cygwin
28    CFLAGS += -D_WIN32_IE=0x0501
29    
30  ##############################################################################  ##############################################################################
31  # Optional Compiler options  # Optional Compiler options
# Line 36  Line 36 
36  CFLAGS += -fstrength-reduce  CFLAGS += -fstrength-reduce
37  CFLAGS += -finline-functions  CFLAGS += -finline-functions
38  CFLAGS += -fgcse  CFLAGS += -fgcse
 CFLAGS += -freduce-all-givs  
39  CFLAGS += -ffast-math  CFLAGS += -ffast-math
40    
41  ##############################################################################  ##############################################################################

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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