aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libyuv/vcpkg.json
blob: 1b77f942f2b09236015772af2b2394e418955a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "libyuv",
  "version": "1916",
  "description": "libyuv is an open source project that includes YUV scaling and conversion functionality",
  "homepage": "https://chromium.googlesource.com/libyuv/libyuv",
  "license": null,
  "dependencies": [
    "libjpeg-turbo",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "build command line tool",
      "supports": "!android & !ios & !xbox & !wasm32"
    }
  }
}