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 2342d7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
"homepage": "https://github.com/opengisch/qfield",
"dependencies": [
"catch2",
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avformat",
"openh264"
"swresample",
"swscale"
]
},
{
"name": "gdal",
"default-features": false
Expand Down

0 comments on commit 2342d7e

Please sign in to comment.