From 4873b32c5959c988af1769529ff72e3fd62fba82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Nov 2012 01:06:43 +0100 Subject: Rename directories, move files (step 2 of 2) Finish renaming directories and moving files. Adjust all include statements to make the previous commit compile. The two commits are separate, because git is bad at tracking renames and content changes at the same time. Also take this as an opportunity to remove the separation between "common" and "mplayer" sources in the Makefile. ("common" used to be shared between mplayer and mencoder.) --- sub/img_convert.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sub/img_convert.c') diff --git a/sub/img_convert.c b/sub/img_convert.c index aa5c89401a..e2eded24c3 100644 --- a/sub/img_convert.c +++ b/sub/img_convert.c @@ -25,10 +25,9 @@ #include "img_convert.h" #include "sub.h" -#include "spudec.h" -#include "libmpcodecs/img_format.h" -#include "libmpcodecs/mp_image.h" -#include "libmpcodecs/sws_utils.h" +#include "video/img_format.h" +#include "video/mp_image.h" +#include "video/sws_utils.h" struct osd_conv_cache { struct sub_bitmap part; -- cgit v1.2.3