[svn] / branches / release-1_2-branch / xvidcore / vfw / bin / Makefile Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/vfw/bin/Makefile

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

revision 1398, Fri Apr 2 21:29:21 2004 UTC revision 1806, Thu Nov 27 11:57:51 2008 UTC
# Line 2  Line 2 
2  #  #
3  # Makefile for XviD VFW driver  # Makefile for XviD VFW driver
4  #  #
5  # Author : ??? <cutka at szm.sk>  # Author : Milan Cutka <cutka at szm.sk>
6  # Modified by : Edouard Gomez <ed.gomez at free.fr>  # Modified by : Edouard Gomez <ed.gomez at free.fr>
7  #               Peter Ross <pross@xvid.org>  #               Peter Ross <pross@xvid.org>
8  #  #
9  # Requires GNU Make because of shell expansion performed at a bad time with  # Requires GNU Make because of shell expansion performed at a bad time with
10  # other make programs (even using := variable assignments)  # other make programs (even using := variable assignments)
11  #  #
12  # $Id: Makefile,v 1.3 2004-04-02 21:29:21 edgomez Exp $  # $Id: Makefile,v 1.6 2008-11-27 11:57:28 Isibaar Exp $
13  ##############################################################################  ##############################################################################
14    
15  include sources.inc  include sources.inc
# 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    
29  ##############################################################################  ##############################################################################
# Line 36  Line 35 
35  CFLAGS += -fstrength-reduce  CFLAGS += -fstrength-reduce
36  CFLAGS += -finline-functions  CFLAGS += -finline-functions
37  CFLAGS += -fgcse  CFLAGS += -fgcse
 CFLAGS += -freduce-all-givs  
38  CFLAGS += -ffast-math  CFLAGS += -ffast-math
39    
40  ##############################################################################  ##############################################################################

Legend:
Removed from v.1398  
changed lines
  Added in v.1806

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