mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
Attempt to fix build on older libavcodec versions
This commit is contained in:
parent
e901bb7c99
commit
36744a30fb
@ -42,6 +42,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "lavc.h"
|
||||
#include "video/decode/dec_video.h"
|
||||
|
||||
#if HAVE_PTHREADS
|
||||
#include <pthread.h>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "video/fmt-conversion.h"
|
||||
#include "video/vdpau.h"
|
||||
#include "video/hwdec.h"
|
||||
#include "video/decode/dec_video.h"
|
||||
|
||||
struct priv {
|
||||
struct mp_vdpau_ctx *mpvdp;
|
||||
|
Loading…
Reference in New Issue
Block a user