From 5f218bbf324ff0f9b1d3442386647a73b6f75443 Mon Sep 17 00:00:00 2001 From: enselic Date: Sat, 13 Sep 2008 14:23:12 +0000 Subject: include/recordmydesktop.h: Get rid of YUV data variables (which were insanely *defined* in this header (like the other globals)). include/rmdmacro.h: Get rid of YUV utility macros. src/initialize_data.c: Get rid of MakeMatrices() and include the new yuv_utils.h. src/yuv_utils.[ch]: New files to host the YUV data variables and the MakeMatrices() function. The globals are now properly defined in the .c and exposed in the .h which also contains the YUV utility macros. src/get_frame.c src/update_image.c: Include the new yuv_utils.h src/Makefile.am: Added yuv_utils.[ch]. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@533 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/get_frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'recordmydesktop/src/get_frame.c') diff --git a/recordmydesktop/src/get_frame.c b/recordmydesktop/src/get_frame.c index 1a5d445..39bbb36 100644 --- a/recordmydesktop/src/get_frame.c +++ b/recordmydesktop/src/get_frame.c @@ -27,6 +27,7 @@ #include "recordmydesktop.h" #include "rectinsert.h" +#include "yuv_utils.h" #define CLIP_DUMMY_POINTER_AREA(dummy_p_area,brwin,wgeom){\ -- cgit v1.2.1