Files
genode-world/lib/import/import-libmpg123.mk
Emery Hemingway 1b3cb0f0d6 Port of libmpg123 1.25.10
Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3.

http://www.mpg123.de/

Ref #101
2018-04-10 17:32:28 +02:00

5 lines
190 B
Makefile

MPG123_PORT_DIR := $(call select_from_ports,mpg123)
MPG123_SRC_DIR = $(MPG123_PORT_DIR)/src/lib/mpg123/src/libmpg123
MPG123_INC_DIR = $(MPG123_PORT_DIR)/include
INC_DIR += $(MPG123_INC_DIR)