mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
7d21335ac9
This plugin gives access to the Audio_out session by roughly implementing a OSS pseudo-device. It merely wrapps the session and does not provide any resampling or re-coding. Fixes #3891.
8 lines
93 B
Makefile
8 lines
93 B
Makefile
SRC_CC := vfs_oss.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/oss
|
|
|
|
LIBS := libc
|
|
|
|
SHARED_LIB := yes
|