3e41bfab1e
0.1.6 - Lots of minor assorted crash/fuzz fixes, mostly for the decoder but also some for the encoder
18 lines
472 B
Makefile
18 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/07/20 07:08:32 adam Exp $
|
|
|
|
DISTNAME= fdk-aac-0.1.6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/opencore-amr/
|
|
COMMENT= Fraunhofer FDK AAC Codec Library
|
|
LICENSE= fraunhofer-license
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= fdk-aac.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|