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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1514 - (view) (download)

1 : suxen_drol 1514 directx 9.0 software development kit update (summer 2003)
2 :     gnu c compiler compatiblity patch
3 :     ===============================================
4 :    
5 :     this patch has been tested with gcc-3.2.3
6 :    
7 :     note: the only change between the 9.0 and "9.0 update"
8 :     sdks is a directory name change (MultiMedia becomes C++).
9 :    
10 :     to apply patch
11 :     --------------
12 :     1. install the microsoft DirectX SDK to /c/DXVCSDK
13 :    
14 :     dx90updatesdk.exe
15 :     size: 190,991,976 bytes
16 :     md5: ed328da4033e18124801265ee91f690e
17 :    
18 :     2. cd /c/DXVCSDK
19 :     3. patch -p0 < dxvcsdk-9.0-update.patch
20 :    
21 :    
22 :     to build strmbase
23 :     -----------------
24 :     1. cd /c/DXVCSDK/Samples/C++/Directshow/BaseClasses
25 :     2. make (this will output strmbase.lib)
26 :    
27 :    
28 :     to build your own apps
29 :     ----------------------
30 :     DXTREE = /c/DXVCSDK
31 :     CXXFLAGS += -DRELEASE \
32 :     -I$(DXTREE)/Include \
33 :     -I$(DXTREE)/samples/C++/DirectShow/BaseClasses \
34 :     -include $(DXTREE)/mingw_dshow_port.h
35 :     LDFLAGS += -L$(DXTREE)/Lib -lstrmiids \
36 :     $(DXTREE)/samples/C++/DirectShow/BaseClasses/strmbase.lib \
37 :     -lole32 -loleaut32 -lstdc++
38 :    

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