File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ if(HAVE_AVFOUNDATION)
220
220
list (APPEND HIGHGUI_LIBRARIES "-framework AVFoundation" "-framework QuartzCore" )
221
221
else ()
222
222
list (APPEND highgui_srcs ${CMAKE_CURRENT_LIST_DIR} /src/cap_avfoundation_mac.mm )
223
- list (APPEND HIGHGUI_LIBRARIES "-framework Cocoa" "-framework Accelerate" "-framework AVFoundation" "-framework CoreGraphics" "-framework CoreImage" "-framework CoreMedia" "-framework CoreVideo" "-framework QuartzCore" )
223
+ list (APPEND HIGHGUI_LIBRARIES "-framework Cocoa" "-framework Accelerate" "-framework AVFoundation" "-framework CoreGraphics" "-framework CoreMedia" "-framework CoreVideo" "-framework QuartzCore" )
224
224
endif ()
225
225
endif ()
226
226
@@ -241,7 +241,7 @@ endif(HAVE_INTELPERC)
241
241
if (IOS )
242
242
add_definitions (-DHAVE_IOS=1 )
243
243
list (APPEND highgui_srcs src/ios_conversions.mm src/cap_ios_abstract_camera.mm src/cap_ios_photo_camera.mm src/cap_ios_video_camera.mm )
244
- list (APPEND HIGHGUI_LIBRARIES "-framework Accelerate" "-framework AVFoundation" "-framework CoreGraphics" "-framework CoreImage" "-framework CoreMedia" "-framework CoreVideo" "-framework QuartzCore" "-framework AssetsLibrary" )
244
+ list (APPEND HIGHGUI_LIBRARIES "-framework Accelerate" "-framework AVFoundation" "-framework CoreGraphics" "-framework CoreMedia" "-framework CoreVideo" "-framework QuartzCore" "-framework AssetsLibrary" )
245
245
endif ()
246
246
247
247
if (WIN32 )
You can’t perform that action at this time.
0 commit comments