Opened 16 years ago
Closed 16 years ago
#547 closed enhancement (fixed)
Path to DirectX SDK headers need to be manually inserted
Reported by: | ismangil | Owned by: | nanang |
---|---|---|---|
Priority: | trivial | Milestone: | release-1.0-rc3 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When building libportaudio fresh from sources, the path of DirectX installation needs to be manually inserted. The attached patch tries to resolve the environment variable DXSDK_DIR which should be added by installation of DirectX SDK.
Attachments (1)
Change History (6)
Changed 16 years ago by ismangil
comment:1 Changed 16 years ago by bennylp
- Milestone changed from release-1.0 to release-1.0-rc1
comment:2 Changed 16 years ago by bennylp
- Component changed from common to pjmedia
- Owner changed from bennylp to nanang
comment:3 Changed 16 years ago by bennylp
- Milestone changed from release-1.0-rc2 to release-1.0-rc3
comment:4 Changed 16 years ago by nanang
comment:5 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2312: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects.