0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Attempt to fix build on older libavcodec versions

This commit is contained in:
wm4 2013-11-23 22:08:18 +01:00
parent e901bb7c99
commit 36744a30fb
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "config.h"
#include "lavc.h"
#include "video/decode/dec_video.h"
#if HAVE_PTHREADS
#include <pthread.h>

View File

@ -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;