1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX

This commit is contained in:
Vadim Pisarevsky
2012-06-28 19:45:13 +00:00
parent 5a2ba94dd6
commit 82cb2ab556
3 changed files with 38 additions and 9 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ if(HAVE_FFMPEG)
list(APPEND HIGHGUI_LIBRARIES ${BZIP2_LIBRARIES})
endif()
if(APPLE)
list(APPEND HIGHGUI_LIBRARIES "-framework VideoDecodeAcceleration")
list(APPEND HIGHGUI_LIBRARIES "-framework VideoDecodeAcceleration" bz2)
endif()
endif(HAVE_FFMPEG)