summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-18 13:46:05 +0200
committerwm4 <wm4@nowhere>2013-07-18 13:46:05 +0200
commit7f88e36911fc1ad8a59c7335a0d33119519742fc (patch)
tree9df27e19544ea58d28dcf6e1b4bf0b00e7775fea /video/out/vo_x11.c
parent4fd06a78aecf6b52ae28170cfa05ba0d36e75265 (diff)
downloadmpv-7f88e36911fc1ad8a59c7335a0d33119519742fc.tar.bz2
mpv-7f88e36911fc1ad8a59c7335a0d33119519742fc.tar.xz
sws_utils: don't recursively include libswscale header
Add libswscale includes where they are actually needed instead.
Diffstat (limited to 'video/out/vo_x11.c')
-rw-r--r--video/out/vo_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index 6bf78d60f1..0762d55400 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -21,6 +21,7 @@
#include <string.h>
#include <sys/types.h>
+#include <libswscale/swscale.h>
#include <libavutil/common.h>
#include "config.h"