dxva2: Add missing #define to make header compile standalone

pull/10/head
Diego Biurrun 12 years ago
parent 3e85b46ecf
commit a0a1ac0f09
  1. 2
      libavcodec/dxva2.h

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

Loading…
Cancel
Save