Skip to content

Commit

Permalink
update ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Colm Vize committed Mar 28, 2023
1 parent 9893e41 commit c45a8c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ hunter_default_version(ethash VERSION 1.0.0)
hunter_default_version(eventpp VERSION 0.1.2-for-hunter-pm)
hunter_default_version(farmhash VERSION 1.1)
hunter_default_version(fast_obj VERSION 1.1-9255172-p0)
hunter_default_version(ffmpeg VERSION n4.1-dev-45499e557c-p8)
hunter_default_version(ffmpeg VERSION n4.1-dev-45499e557c-p9)
hunter_default_version(fft2d VERSION 1.0.0-p0)
hunter_default_version(filament VERSION 1.9.8)
hunter_default_version(fixesproto VERSION 5.0)
Expand Down
10 changes: 10 additions & 0 deletions cmake/projects/ffmpeg/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ hunter_add_version(
ca5858c171fb028c2fae15450bbb43f8decb252e
)

hunter_add_version(
PACKAGE_NAME
ffmpeg
VERSION
n4.1-dev-45499e557c-p9
URL
"https://github.com/mloccy/FFmpeg/archive/n4.1-dev-45499e557c-p9.tar.gz"
SHA1
d79a70dc3372584f651424c79c1ddc308acf0247
)

# GCC 4.8 + examples/OpenCV-ffmpeg link error
hunter_configuration_types(ffmpeg CONFIGURATION_TYPES Release)
Expand Down

0 comments on commit c45a8c7

Please sign in to comment.