1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

dxva2: Add missing #define to make header compile standalone

This commit is contained in:
Diego Biurrun 2013-02-11 17:59:07 +01:00
parent 3e85b46ecf
commit a0a1ac0f09

View File

@ -29,8 +29,8 @@
* Public libavcodec DXVA2 header.
*/
#define _WIN32_WINNT 0x0600
#include <stdint.h>
#include <d3d9.h>
#include <dxva2api.h>