From: Kyle Date: Sat, 19 Feb 2011 00:42:11 +0000 (+0000) Subject: dxva2: define required feature selection macros X-Git-Tag: android-x86-4.4-r1~18295 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a63ba97384e7ef9487b887fabc52794181c861d9;p=android-x86%2Fexternal-ffmpeg.git dxva2: define required feature selection macros Signed-off-by: Mans Rullgard (cherry picked from commit 04973f8082c5a822112d2e42d535b7f3f59dccc0) --- diff --git a/libavcodec/dxva2_internal.h b/libavcodec/dxva2_internal.h index a9be7a07e7..23d4d87522 100644 --- a/libavcodec/dxva2_internal.h +++ b/libavcodec/dxva2_internal.h @@ -23,6 +23,8 @@ #ifndef AVCODEC_DXVA_INTERNAL_H #define AVCODEC_DXVA_INTERNAL_H +#define _WIN32_WINNT 0x0600 +#define COBJMACROS #include "dxva2.h" #include "avcodec.h" #include "mpegvideo.h"