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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1504 - (download) (annotate)
Sun Jul 18 04:10:22 2004 UTC (19 years, 8 months ago) by suxen_drol
File size: 738 byte(s)
gcc build environment
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