Changeset 1355 for portaudio/branches/v19-devel/src/SConscript
- Timestamp:
- 02/21/08 15:51:22 (10 months ago)
- Files:
-
- 1 modified
-
portaudio/branches/v19-devel/src/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/src/SConscript
r1354 r1355 75 75 # TODO: It looks like the prefix for soundcard.h depends on the platform 76 76 optionalImpls["OSS"] = ("oss", "sys/soundcard.h", None) 77 if Platform == 'netbsd': 78 optionalImpls["OSS"] = ("ossaudio", "sys/soundcard.h", "_oss_ioctl") 77 79 if env["useASIHPI"]: 78 80 optionalImpls["ASIHPI"] = ("hpi", "asihpi/hpi.h", "HPI_SubSysCreate")
