mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
d3d: fix build with Libav
Apparently it has been broken since forever?
This commit is contained in:
parent
1143f2877a
commit
1cab4b6075
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <libavcodec/d3d11va.h>
|
||||
#include <libavutil/mem.h>
|
||||
|
||||
#include "lavc.h"
|
||||
#include "common/common.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#define DXVA2API_USE_BITFIELDS
|
||||
#include <libavcodec/dxva2.h>
|
||||
#include <libavutil/common.h>
|
||||
|
||||
#include "lavc.h"
|
||||
#include "common/common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user