Skip to content

Commit

Permalink
[opencv] Fix install with ffmpeg (#4797)
Browse files Browse the repository at this point in the history
Fix install with ffmpeg by change download filename of ffmpeg_version.cmake.
  • Loading branch information
UnaNancyOwen authored and ras0219-msft committed Nov 22, 2018
1 parent 1056226 commit 2981bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/opencv/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: opencv
Version: 3.4.3-2
Version: 3.4.3-3
Build-Depends: zlib
Description: computer vision library
Default-Features: opengl, jpeg, png, tiff, eigen, flann
Expand Down
2 changes: 1 addition & 1 deletion ports/opencv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if("ffmpeg" IN_LIST FEATURES)
)
vcpkg_download_distfile(OCV_DOWNLOAD
URLS "https://raw.githubusercontent.com/opencv/opencv_3rdparty/8041bd6f5ad37045c258904ba3030bb3442e3911/ffmpeg/ffmpeg_version.cmake"
FILENAME "opencv-cache/ffmpeg/8041bd6f5ad37045c258904ba3030bb3442e3911-ffmpeg_version.cmake"
FILENAME "opencv-cache/ffmpeg/3b90f67f4b429e77d3da36698cef700c-ffmpeg_version.cmake"
SHA512 7d0142c30ac6f6260c1bcabc22753030fd25a708477fa28053e8df847c366967d3b93a8ac14af19a2b7b73d9f8241749a431458faf21a0c8efc7d6d99eecfdcf
)
endif()
Expand Down

0 comments on commit 2981bb2

Please sign in to comment.