diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-21 12:59:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-21 12:59:38 +0100 |
commit | 6b8f21190d5a01ee68103f77ccef59c709c7d75e (patch) | |
tree | 18012c9eacd646d49ef43796ab7d35fbfff01f5d /libavcodec/dxva2.h | |
parent | 9fa5a47197c6ef5489b04470b8369da33db40824 (diff) | |
parent | a0a1ac0f091d390cbbb73c90e1b6a4a18cf0f50a (diff) | |
download | ffmpeg-6b8f21190d5a01ee68103f77ccef59c709c7d75e.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dxva2: Add missing #define to make header compile standalone
arm: vp8: Add missing #includes for header to compile standalone
doc: filters: Correct BNF FILTER description
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 7d27ca5af7..9620eda802 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> |