Skip to content

Commit

Permalink
Add H264 encoding/decoding to QtMultimedia's ffmpeg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 4, 2024
1 parent cdf273c commit fe9d660
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
"homepage": "https://github.com/opengisch/qfield",
"dependencies": [
"catch2",
{
"name": "ffmpeg",
"platform": "linux | android | windows",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avformat",
{
"name": "openh264",
"platform": "linux | windows"
},
"swresample",
"swscale"
]
},
{
"name": "gdal",
"default-features": false
Expand Down

0 comments on commit fe9d660

Please sign in to comment.