提交 84a0f766 编写于 作者: 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
上级 50dd8b08
...@@ -108,22 +108,14 @@ ifeq ($(PLATFORM), linux) ...@@ -108,22 +108,14 @@ ifeq ($(PLATFORM), linux)
endif # PLATFORM linux endif # PLATFORM linux
ifeq ($(PLATFORM), solaris) ifeq ($(PLATFORM), solaris)
ifneq ($(ARCH), amd64) # build with ports and direct audio
# build with ports and direct audio CPPFLAGS += -DUSE_PORTS=TRUE \
CPPFLAGS += -DUSE_PORTS=TRUE \ -DUSE_DAUDIO=TRUE
-DUSE_DAUDIO=TRUE
INCLUDE_PORTS = TRUE
INCLUDE_PORTS = TRUE INCLUDE_DAUDIO = TRUE
INCLUDE_DAUDIO = TRUE # build with empty MIDI i/o
INCLUDE_MIDI = 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
endif # PLATFORM solaris endif # PLATFORM solaris
# for dynamic inclusion of extra sound libs: these # 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.
先完成此消息的编辑!
想要评论请 注册