aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fdk-aac/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/fdk-aac/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/fdk-aac/vcpkg.json')
-rw-r--r--vcpkg/ports/fdk-aac/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/fdk-aac/vcpkg.json b/vcpkg/ports/fdk-aac/vcpkg.json
new file mode 100644
index 0000000..bc2eb0a
--- /dev/null
+++ b/vcpkg/ports/fdk-aac/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "fdk-aac",
+ "version-semver": "2.0.2",
+ "port-version": 4,
+ "description": "A standalone Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android. Uses a fork without HE-AAC, HE-AACv2, or xHE-AAC support to avoid patent licensing and GPL compatibility issues when built without the he-aac option.",
+ "homepage": "https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped",
+ "license": "FDK-AAC",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "he-aac": {
+ "description": "Support patent-encumbered HE-AAC, HE-AACv2, and xHE-AAC codec profiles. Do not distribute binaries with this option without the relevant patent licenses if you are in a jurisdiction that recognizes software patents. Might not be compatible with the GPL depending on legal interpretation. Refer to https://bugzilla.redhat.com/show_bug.cgi?id=1501522#c112",
+ "supports": "!android"
+ }
+ }
+}