# # MPEG Audio Decoder. # # MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 # and the MPEG-2 extension to lower sampling frequencies, as well as the # de facto MPEG 2.5 format. All three audio layers: Layer I, Layer II, and # Layer III (i.e. MP3) are fully implemented. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libmad pkgversion=0.15.1b arch=amd64 release=1 pkgcategory="libs" full_pkgname=libmad_0.15.1b_amd64-1@libs blurb="MPEG Audio Decoder." homepage="https://www.underbit.com/products/mad/" license="GPLv2+" fetch="https://downloads.sourceforge.net/project/mad/libmad/0.15.1b/libmad-0.15.1b.tar.gz" replace=""