Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV on Linux #3418

Closed
patrikhuber opened this issue May 3, 2018 · 2 comments · Fixed by #5169
Closed

OpenCV on Linux #3418

patrikhuber opened this issue May 3, 2018 · 2 comments · Fixed by #5169
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@patrikhuber
Copy link
Contributor

I installed opencv:x64-linux. During the installation, OpenCV downloads opencv_ffmpeg.dll, which is probably for Windows.
I didn't get any build errors afterwards, but ffmpeg doesn't appear to be working.

Starting package 5/5: opencv:x64-linux
Building package opencv[core,ffmpeg,jpeg,png,tiff]:x64-linux...
[...]
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/opencv_ffmpeg.dll...
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/opencv_ffmpeg.dll... OK
-- Testing integrity of downloaded file...
-- Testing integrity of downloaded file... OK
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/opencv_ffmpeg_64.dll...
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/opencv_ffmpeg_64.dll... OK
-- Testing integrity of downloaded file...
-- Testing integrity of downloaded file... OK
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/ffmpeg_version.cmake...
-- Downloading https://raw.githubusercontent.com/opencv/opencv_3rdparty/0a0e88972a7ea97708378d0488a65f83e7cc5e69/ffmpeg/ffmpeg_version.cmake... OK

@arthur-tacca
Copy link

Similarly opencv[ipp] downloads the Windows .dll even when building on Linux, and the build silently succeeds without IPP support.

@arthur-tacca
Copy link

Somewhat related: #2799 OpenCV should copy/install opencv_ffmpeg340_64.dll

@LarryIII LarryIII added the category:port-bug The issue is with a library, which is something the port should already support label Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants