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 5, 2024
1 parent 52e82ba commit 4f1c55a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vcpkg.json
Expand Up @@ -14,6 +14,22 @@
"homepage": "https://github.com/opengisch/qfield",
"dependencies": [
"catch2",
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avformat",
{
"name": "openh264",
"platform": "linux | windows"
},
"swresample",
"swscale"
],
"platform": "linux | android | windows"
},
{
"name": "gdal",
"default-features": false
Expand Down

1 comment on commit 4f1c55a

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.