mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
propagated some fixes from 2.3 to trunk
This commit is contained in:
@@ -87,6 +87,8 @@ Thanks to:
|
||||
*/
|
||||
/////////////////////////////////////////////////////////
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#if _MSC_VER >= 1400
|
||||
#pragma warning(disable: 4995)
|
||||
#endif
|
||||
@@ -100,7 +102,6 @@ Thanks to:
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
//Include Directshow stuff here so we don't worry about needing all the h files.
|
||||
#ifdef _MSC_VER
|
||||
#include "DShow.h"
|
||||
@@ -111,7 +112,7 @@ Thanks to:
|
||||
#else
|
||||
#include "dshow/dshow.h"
|
||||
#include "dshow/dvdmedia.h"
|
||||
#include "bdatypes.h"
|
||||
#include "dshow/bdatypes.h"
|
||||
|
||||
interface IEnumPIDMap : public IUnknown
|
||||
{
|
||||
@@ -155,8 +156,6 @@ interface IMPEG2PIDMap : public IUnknown
|
||||
#define _WIN32_WINNT 0x400
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
/*
|
||||
MEDIASUBTYPE_I420 : TGUID ='{30323449-0000-0010-8000-00AA00389B71}';
|
||||
|
||||
Reference in New Issue
Block a user