diff options
author | 2013-07-18 13:46:05 +0200 | |
---|---|---|
committer | 2013-07-18 13:46:05 +0200 | |
commit | 7f88e36911fc1ad8a59c7335a0d33119519742fc (patch) | |
tree | 9df27e19544ea58d28dcf6e1b4bf0b00e7775fea /sub | |
parent | 4fd06a78aecf6b52ae28170cfa05ba0d36e75265 (diff) |
sws_utils: don't recursively include libswscale header
Add libswscale includes where they are actually needed instead.
Diffstat (limited to 'sub')
-rw-r--r-- | sub/draw_bmp.c | 1 |
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" |