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

View of /xvidcore/dshow/dxpatch/DXVCSDK-9.0-gcc.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (annotate)
Tue Jul 27 22:37:16 2004 UTC (19 years, 9 months ago) by suxen_drol
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
no message
DirectX 9.0 GCC/G++ compatiblity patch
===============================================

to apply patch
--------------
1. install the microsoft DirectX 9 SDK to /c/DXVCSDK
2. cd /c/DXVCSDK
3. patch -p0 < DXVCSDK-9.0.patch


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


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

. 

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