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

Add opencv_imgcodecs to library path in Makefile #3186

Merged
merged 1 commit into from
Oct 22, 2015

Commits on Oct 22, 2015

  1. Add opencv_imgcodecs to library path in Makefile

    Project does not compile without opencv_imgcodecs in the library path if
    you're using OpenCV 3.
    
    This introduces a OPENCV_VERSION flag in Makefile.config that includes
    the library if set to 3.  (Trying to include it with OpenCV 2 also
    breaks the build)
    lionleaf committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    3e5f494 View commit details
    Browse the repository at this point in the history