mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
Remove module-oss-mmap, since it is now merged into module-oss
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1511 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a42c19edc7
commit
ac1387d3cc
2 changed files with 0 additions and 643 deletions
|
|
@ -931,7 +931,6 @@ if HAVE_OSS
|
|||
modlibexec_LTLIBRARIES += \
|
||||
liboss-util.la \
|
||||
module-oss.la
|
||||
# module-oss-mmap.la
|
||||
endif
|
||||
|
||||
#if HAVE_ALSA
|
||||
|
|
@ -1018,7 +1017,6 @@ SYMDEF_FILES = \
|
|||
modules/module-x11-bell-symdef.h \
|
||||
modules/module-x11-publish-symdef.h \
|
||||
modules/module-oss-symdef.h \
|
||||
modules/module-oss-mmap-symdef.h \
|
||||
modules/module-alsa-sink-symdef.h \
|
||||
modules/module-alsa-source-symdef.h \
|
||||
modules/module-solaris-symdef.h \
|
||||
|
|
@ -1184,10 +1182,6 @@ module_oss_la_SOURCES = modules/module-oss.c
|
|||
module_oss_la_LDFLAGS = -module -avoid-version
|
||||
module_oss_la_LIBADD = $(AM_LIBADD) libiochannel.la liboss-util.la
|
||||
|
||||
#module_oss_mmap_la_SOURCES = modules/module-oss-mmap.c
|
||||
#module_oss_mmap_la_LDFLAGS = -module -avoid-version
|
||||
#module_oss_mmap_la_LIBADD = $(AM_LIBADD) liboss-util.la libpulsecore.la
|
||||
|
||||
# ALSA
|
||||
|
||||
#libalsa_util_la_SOURCES = modules/alsa-util.c modules/alsa-util.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue