Skip to content

Commit

Permalink
vcpkg: Add new features to ffmpeg
Browse files Browse the repository at this point in the history
- Add support for AMD AMF, Intel QSV, OpenCL HW Decoders
- Add dav1d AV1 decoding support
- Upgrade version to (L)GPL3
  • Loading branch information
julianxhokaxhiu committed Sep 9, 2023
1 parent b4bb98d commit b70b74f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ target_include_directories(
PRIVATE ${STACKWALKER_INCLUDE_DIRS}
PRIVATE ${VGMSTREAM_INCLUDE_DIRS}
)
target_link_directories(
${RELEASE_NAME}
PRIVATE ${FFMPEG_LIBRARY_DIRS}
)
target_link_libraries(
${RELEASE_NAME}
${RELEASE_NAME}::rc
Expand Down
5 changes: 5 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
"postproc",
"swresample",
"swscale",
"amf",
"nvcodec",
"opencl",
"qsv",
"gpl",
"version3",
"dav1d",
"opus",
"speex",
"theora",
Expand Down

0 comments on commit b70b74f

Please sign in to comment.