Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3. http://www.mpg123.de/ Ref #101
5 lines
190 B
Makefile
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)
|