diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-12 10:01:54 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-12 10:01:57 +0000 |
commit | 594faf8b02f99d6d0a2cc898624fd39a3b21f9c9 (patch) | |
tree | 0d359cc049aca6b5ae94db34ee850dadda929865 | |
parent | bf1de03da31b00666f41394de6ab8eae143dac54 (diff) | |
download | ports-594faf8b02f99d6d0a2cc898624fd39a3b21f9c9.tar.gz ports-594faf8b02f99d6d0a2cc898624fd39a3b21f9c9.zip |
audio/aacplusenc: Deprecate and set expiration date to 2022-09-30
Legacy format which later evolved into HE-AAC(v1), HE-AACv2 which
are superseded by xHE-AAC/USAC
-rw-r--r-- | audio/aacplusenc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index b6bcf203c023..066f256eed4e 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -18,6 +18,9 @@ LICENSE_NAME= aacplusenc LICENSE_TEXT= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies LICENSE_PERMS= auto-accept +DEPRECATED= Legacy audio format, superseded by HE-AAC(v1), HE-AACv2 and xHE-AAC/USAC. Please consider using audio/fdk-aac via FFmpeg or audio/exhale +EXPIRATION_DATE=2022-09-30 + CPE_VENDOR= aacplusenc_project OPTIONS_DEFINE= FFTW3 |