mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Check for OSS by looking for its header. Win32 isn't the only platform
where OSS isn't supported. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@365 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
11a4c67a92
commit
70710e14d8
2 changed files with 8 additions and 2 deletions
|
|
@ -478,7 +478,7 @@ modlib_LTLIBRARIES += \
|
|||
libx11prop.la
|
||||
endif
|
||||
|
||||
if !OS_IS_WIN32
|
||||
if HAVE_OSS
|
||||
modlib_LTLIBRARIES += \
|
||||
liboss-util.la
|
||||
endif
|
||||
|
|
@ -662,7 +662,7 @@ modlib_LTLIBRARIES += \
|
|||
module-x11-publish.la
|
||||
endif
|
||||
|
||||
if !OS_IS_WIN32
|
||||
if HAVE_OSS
|
||||
modlib_LTLIBRARIES += \
|
||||
module-oss.la \
|
||||
module-oss-mmap.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue