mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
merged fix for x64 MSVC compile errors in highgui into trunk
This commit is contained in:
@@ -184,6 +184,7 @@ CvCapture* cvCreateCameraCapture_DShow( int index )
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "strmiids.lib")
|
||||
#if defined _M_X64
|
||||
#pragma comment(lib, "videoInput64.lib")
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user