diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-11 17:59:07 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-20 14:24:07 +0100 |
commit | a0a1ac0f091d390cbbb73c90e1b6a4a18cf0f50a (patch) | |
tree | fc4fac67b639bedcf26b887968f34397f811c5f4 /libavcodec/dxva2.h | |
parent | 3e85b46ecf3c3264e68e37b57ddda2279b373ec3 (diff) | |
download | ffmpeg-a0a1ac0f091d390cbbb73c90e1b6a4a18cf0f50a.tar.gz |
dxva2: Add missing #define to make header compile standalone
Diffstat (limited to 'libavcodec/dxva2.h')
-rw-r--r-- | libavcodec/dxva2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h index c06f1f3332..d161eb9f5e 100644 --- a/libavcodec/dxva2.h +++ b/libavcodec/dxva2.h @@ -29,8 +29,8 @@ * Public libavcodec DXVA2 header. */ +#define _WIN32_WINNT 0x0600 #include <stdint.h> - #include <d3d9.h> #include <dxva2api.h> |