[svn] / trunk / xvidcore / dshow / dxpatch / DXVCSDK-9.0-gcc.txt Repository:
ViewVC logotype

Annotation of /trunk/xvidcore/dshow/dxpatch/DXVCSDK-9.0-gcc.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1504 - (view) (download)

1 : suxen_drol 1504 DirectX 9.0 GCC/G++ compatiblity patch
2 :     ===============================================
3 :    
4 :     to apply patch
5 :     --------------
6 :     1. install the microsoft DirectX 9 SDK to /c/DXVCSDK
7 :     2. cd /c/DXVCSDK
8 :     3. patch -p0 < DXVCSDK-9.0.patch
9 :    
10 :    
11 :     to build strmbase
12 :     -----------------
13 :     1. cd /c/DXVCSDK/Samples/MultiMedia/Directshow/BaseClasses
14 :     2. make (this will output strmbase.lib)
15 :    
16 :    
17 :     to build your own apps
18 :     ----------------------
19 :     DXTREE = /c/DXVCSDK
20 :     CXXFLAGS += -DRELEASE \
21 :     -I$(DXTREE)/Include \
22 :     -I$(DXTREE)/samples/MultiMedia/DirectShow/BaseClasses \
23 :     -include $(DXTREE)/mingw_dshow_port.h
24 :     LDFLAGS += -L$(DXTREE)/Lib -lstrmiids \
25 :     $(DXTREE)/samples/Multimedia/DirectShow/BaseClasses/strmbase.lib \
26 :     -lole32 -loleaut32 -lstdc++
27 :    
28 :     .

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