Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3. http://www.mpg123.de/ Ref #101
6 lines
125 B
Makefile
6 lines
125 B
Makefile
include $(REP_DIR)/lib/mk/libmpg123.inc
|
|
|
|
CC_DEF += -DOPT_X86_64
|
|
|
|
SRC_S += $(notdir $(wildcard $(MPG123_SRC_DIR)/*x86_64*.S))
|