summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.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 /sub/draw_bmp.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 'sub/draw_bmp.c')
-rw-r--r--sub/draw_bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/draw_bmp.c b/sub/draw_bmp.c
index 4057500f01..4615458f15 100644
--- a/sub/draw_bmp.c
+++ b/sub/draw_bmp.c
@@ -22,6 +22,7 @@
#include <math.h>
#include <inttypes.h>
+#include <libswscale/swscale.h>
#include <libavutil/common.h>
#include "core/mp_common.h"