[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 1504, Sun Jul 18 04:10:22 2004 UTC revision 1521, Sun Jul 25 11:13:16 2004 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.2 2004-07-18 04:10:22 suxen_drol Exp $  # $Id: Makefile,v 1.4 2004-07-25 11:13:16 suxen_drol Exp $
12  ##############################################################################  ##############################################################################
13    
14  include sources.inc  include sources.inc
15    
16  ##############################################################################  ##############################################################################
17  # DXTREE must point to the DirectShow SDK root directory.  # DXTREE must point to the directx sdk root directory.
18    #
19    # if a release prior to "directx v9.0 sdk update (summer 2003)" is installed,
20    # uncomment the DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses
21  ##############################################################################  ##############################################################################
22  DXTREE=/c/DXVCSDK  DXTREE=/c/DX90SDK
23    # DXTREE=/c/DXVCSDK
24    DXBASECLASSES=$(DXTREE)/Samples/C++/DirectShow/BaseClasses
25    # DXBASECLASSES=$(DXTREE)/Samples/MultiMedia/DirectShow/BaseClasses
26    
27  MAKEFILE_PWD:=$(shell pwd)  MAKEFILE_PWD:=$(shell pwd)
28  LOCAL_XVID_SRCTREE:=$(MAKEFILE_PWD)/../src  LOCAL_XVID_SRCTREE:=$(MAKEFILE_PWD)/../src
# Line 36  Line 42 
42  CXXFLAGS += -DRELEASE \  CXXFLAGS += -DRELEASE \
43          -I$(LOCAL_XVID_SRCTREE) \          -I$(LOCAL_XVID_SRCTREE) \
44          -I$(DXTREE)/Include \          -I$(DXTREE)/Include \
45          -I$(DXTREE)/samples/MultiMedia/DirectShow/BaseClasses \          -I$(DXBASECLASSES) \
46          -include $(DXTREE)/mingw_dshow_port.h          -include $(DXTREE)/mingw_dshow_port.h
47  CXXFLAGS += -mno-cygwin  CXXFLAGS += -mno-cygwin
48    
# Line 107  Line 113 
113                          -o $@ \                          -o $@ \
114                          $(OBJECTS) xvid.ax.def \                          $(OBJECTS) xvid.ax.def \
115                          -L$(DXTREE)/Lib -lstrmiids \                          -L$(DXTREE)/Lib -lstrmiids \
116                          $(DXTREE)/samples/Multimedia/DirectShow/BaseClasses/strmbase.lib \                          $(DXBASECLASSES)/strmbase.lib \
117                          -luuid -lwinmm -lole32 -loleaut32 -lcomctl32 -lstdc++                          -luuid -lwinmm -lole32 -loleaut32 -lcomctl32 -lstdc++
118    
119    

Legend:
Removed from v.1504  
changed lines
  Added in v.1521

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