3 include $(TOP)/config/make.cfg
5 FILES := library wrap_mpega support filter resample tag crc fixed bit \
6 timer stream frame synth layer12 layer3 huffman
8 USER_CFLAGS := -DFPM_INTEL -DOPT_ACCURACY -DBUILD_AROS -DNDEBUG -Wno-parentheses
10 %build_module mmake=contrib-libs-mpega \
11 modname="mpega" modtype=library files="$(FILES)"
14 INCLUDE_FILES := $(call WILDCARD, include/*.h)
15 %copy_includes path=libraries dir=include