[svn] / trunk / xvidcore / dshow / Makefile Repository:
ViewVC logotype

Diff of /trunk/xvidcore/dshow/Makefile

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

revision 1514, Tue Jul 20 12:18:44 2004 UTC revision 1667, Sun Dec 18 02:55:54 2005 UTC
# Line 8  Line 8 
8  # 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
9  # other make programs (even using := variable assignments)  # other make programs (even using := variable assignments)
10  #  #
11  # $Id: Makefile,v 1.3 2004-07-20 12:18:44 suxen_drol Exp $  # $Id: Makefile,v 1.6 2005-12-18 02:55:54 syskin Exp $
12  ##############################################################################  ##############################################################################
13    
14  include sources.inc  include sources.inc
# Line 19  Line 19 
19  # if a release prior to "directx v9.0 sdk update (summer 2003)" is installed,  # if a release prior to "directx v9.0 sdk update (summer 2003)" is installed,
20  # uncomment the DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses  # uncomment the DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses
21  ##############################################################################  ##############################################################################
22  DXTREE=/c/DX9VCSDK  DXTREE=/c/DX90SDK
23    # DXTREE=/c/DXVCSDK
24  DXBASECLASSES=$(DXTREE)/Samples/C++/DirectShow/BaseClasses  DXBASECLASSES=$(DXTREE)/Samples/C++/DirectShow/BaseClasses
25  # DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses  # DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses
26    
# Line 54  Line 55 
55  CFLAGS += -fstrength-reduce  CFLAGS += -fstrength-reduce
56  CFLAGS += -finline-functions  CFLAGS += -finline-functions
57  CFLAGS += -fgcse  CFLAGS += -fgcse
 CFLAGS += -freduce-all-givs  
58  CFLAGS += -ffast-math  CFLAGS += -ffast-math
59    
60  CXXFLAGS += -O2  CXXFLAGS += -O2
# Line 115  Line 115 
115                          $(DXBASECLASSES)/strmbase.lib \                          $(DXBASECLASSES)/strmbase.lib \
116                          -luuid -lwinmm -lole32 -loleaut32 -lcomctl32 -lstdc++                          -luuid -lwinmm -lole32 -loleaut32 -lcomctl32 -lstdc++
117    
   
118  clean:  clean:
119          @echo "  Cl: Object files and target lib"          @echo "  Cl: Object files and target lib"
120          @$(RM) $(BUILD_DIR)          @$(RM) $(BUILD_DIR)

Legend:
Removed from v.1514  
changed lines
  Added in v.1667

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