Skip to content

Commit

Permalink
Added libopencv_video to extra-libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Cowley committed Jul 29, 2011
1 parent 3a781e0 commit 4bf1885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HOpenCV.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ library
if os(windows)
include-dirs: C:\\OpenCV2.2\\include
extra-lib-dirs: C:\\OpenCV2.2\\bin
extra-libraries: opencv_core220,opencv_imgproc220,opencv_highgui220
extra-libraries: opencv_core220,opencv_imgproc220,opencv_highgui220,opencv_video220
else
if flag(OpenCV21)
CC-Options: "-DOCV21"
extra-libraries: cv highgui
else
extra-libraries: opencv_core,opencv_imgproc,opencv_highgui
extra-libraries: opencv_core,opencv_imgproc,opencv_highgui,opencv_video
build-depends: base >=4 && <5,
template-haskell,
allocated-processor >= 0.0.1,
Expand Down

0 comments on commit 4bf1885

Please sign in to comment.