port of RtAudio
C++ API for realtime audio input/output http://www.music.mcgill.ca/~gary/rtaudio/ Ref #47
This commit is contained in:
committed by
Norman Feske
parent
ce07e3c8f0
commit
9c917acc37
5
lib/import/import-rtaudio.mk
Normal file
5
lib/import/import-rtaudio.mk
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
RTAUDIO_PORT_DIR := $(call select_from_ports,rtaudio)
|
||||||
|
|
||||||
|
CC_OPT += -D__GENODE_AUDIO__
|
||||||
|
|
||||||
|
INC_DIR += $(RTAUDIO_PORT_DIR)/include $(RTAUDIO_PORT_DIR)/include/RtAudio
|
||||||
7
lib/mk/rtaudio.mk
Normal file
7
lib/mk/rtaudio.mk
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
include $(REP_DIR)/lib/import/import-rtaudio.mk
|
||||||
|
|
||||||
|
LIBS := stdcxx
|
||||||
|
|
||||||
|
SRC_CC := RtAudio.cpp
|
||||||
|
|
||||||
|
vpath %.cpp $(RTAUDIO_PORT_DIR)/src/lib/rtaudio
|
||||||
1
ports/rtaudio.hash
Normal file
1
ports/rtaudio.hash
Normal file
@@ -0,0 +1 @@
|
|||||||
|
29f078484fc78b073c45daabc0832ebf609d029d
|
||||||
13
ports/rtaudio.port
Normal file
13
ports/rtaudio.port
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
LICENSE := MIT
|
||||||
|
VERSION := git
|
||||||
|
DOWNLOADS := rtaudio.archive
|
||||||
|
|
||||||
|
OWNER := ehmry
|
||||||
|
REPO := rtaudio
|
||||||
|
REV := bde69fff7cf263552e27b33ca0db63e8c239e20e
|
||||||
|
URL(rtaudio) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
||||||
|
SHA(rtaudio) := e519e49d636818d2dcb95fc0fc3daf1e8c59704b
|
||||||
|
DIR(rtaudio) := src/lib/rtaudio
|
||||||
|
|
||||||
|
DIRS := include/RtAudio
|
||||||
|
DIR_CONTENT(include/RtAudio) := src/lib/rtaudio/RtAudio.h
|
||||||
Reference in New Issue
Block a user