summaryrefslogtreecommitdiffstats
path: root/video/vaapi.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-21 04:55:41 +0200
committerDudemanguy <random342@airmail.cc>2023-11-05 17:36:17 +0000
commit174df99ffa53f1091589eaa4fa0c16cdd55a9326 (patch)
tree3a60d45615f18beed98a9b08267c28ed7e05dd5f /video/vaapi.h
parent3a8b107f6216b38a151d5ca1e9d4f2727e3418f5 (diff)
downloadmpv-174df99ffa53f1091589eaa4fa0c16cdd55a9326.tar.bz2
mpv-174df99ffa53f1091589eaa4fa0c16cdd55a9326.tar.xz
ALL: use new mp_thread abstraction
Diffstat (limited to 'video/vaapi.h')
-rw-r--r--video/vaapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/vaapi.h b/video/vaapi.h
index 6de90b7616..56235bc05b 100644
--- a/video/vaapi.h
+++ b/video/vaapi.h
@@ -20,7 +20,6 @@
#include <stdbool.h>
#include <inttypes.h>
-#include <pthread.h>
#include <va/va.h>
#include "mp_image.h"