提交 ba7e65a1 编写于 作者: A amenkov

6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest...

6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest fails on Solaris10 x64 for -d64
Reviewed-by: dav
上级 ac54f2fd
......@@ -108,22 +108,14 @@ ifeq ($(PLATFORM), linux)
endif # PLATFORM linux
ifeq ($(PLATFORM), solaris)
ifneq ($(ARCH), amd64)
# build with ports and direct audio
CPPFLAGS += -DUSE_PORTS=TRUE \
-DUSE_DAUDIO=TRUE
INCLUDE_PORTS = TRUE
INCLUDE_DAUDIO = TRUE
INCLUDE_MIDI = TRUE
else
# build with empty MIDI i/o
INCLUDE_MIDI = TRUE
# build with empty ports
INCLUDE_PORTS = TRUE
# build with empty direct audio
INCLUDE_DAUDIO = TRUE
endif
# build with ports and direct audio
CPPFLAGS += -DUSE_PORTS=TRUE \
-DUSE_DAUDIO=TRUE
INCLUDE_PORTS = TRUE
INCLUDE_DAUDIO = TRUE
# build with empty MIDI i/o
INCLUDE_MIDI = TRUE
endif # PLATFORM solaris
# for dynamic inclusion of extra sound libs: these
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册