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

View of /trunk/xvidcore/dshow/dxpatch/dx90sdk-update-gcc.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1521 - (download) (annotate)
Sun Jul 25 11:13:16 2004 UTC (19 years, 8 months ago) by suxen_drol
File size: 934 byte(s)
updated dx90sdk patch for gcc3.3.x
debug project now works with dx90sdk
directx 9.0 software development kit update (summer 2003)
gnu c compiler compatiblity patch
===============================================

this patch has been tested with:
	gcc v3.2.3
	gcc v3.3.3
	msc v6.0 + sp5 + pp

to apply patch
--------------
1. install the directx sdk update to /c/DX90SDK

	dx90updatesdk.exe
	size: 190,991,976 bytes
	md5: ed328da4033e18124801265ee91f690e

2. cd /c/DX90SDK
3. patch -p0 < dx90sdk-update-gcc.patch


to build strmbase
-----------------
1. cd /c/DX90SDK/Samples/C++/Directshow/BaseClasses
2. make (this will output strmbase.lib)


to build your own apps
----------------------
DXTREE=/c/DX90SDK
DXBASECLASSES=$(DXTREE)/Samples/C++/DirectShow/BaseClasses
CXXFLAGS += -DRELEASE \
        -I$(DXTREE)/Include \
        -I$(DXBASECLASSES) \
        -include $(DXTREE)/mingw_dshow_port.h
LDFLAGS += -L$(DXTREE)/Lib -lstrmiids \
        $(DXBASECLASSES)/strmbase.lib \
	-lole32 -loleaut32 -lstdc++


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