1
0
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:
Vadim Pisarevsky
2010-12-27 12:01:38 +00:00
parent be38864dd0
commit e90f197beb
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -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