From 5f2a8474aee2a0353a07a6a74a0312f5e5f5ef23 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Mar 2015 00:21:23 +0100 Subject: video: uninline memcpy_pic functions There's literally no reason why these functions have to be inline (they might be performance critical, but then the function call overhead isn't going to matter at all). Uninline them and move them to mp_image.c. Drop the header file and fix all uses of it. --- video/out/vo_xv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 654f657ca3..e74a8a406a 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -51,7 +51,6 @@ #include "video/mp_image.h" #include "video/img_fourcc.h" #include "x11_common.h" -#include "video/memcpy_pic.h" #include "sub/osd.h" #include "sub/draw_bmp.h" #include "video/csputils.h" -- cgit v1.2.3