From 98e747f9d2d94ff2e7c3673e3593a10394e1beb6 Mon Sep 17 00:00:00 2001 From: enselic Date: Fri, 12 Sep 2008 18:27:36 +0000 Subject: There is no point in keeping MakeMatrices() in a separate file. src/Makefile.am src/bgr_to_yuv.c: Deleted. src/initialize_data.c: Put MakeMatrices() here as a static function. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@509 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/rmdfunc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recordmydesktop/include') diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h index f7390b8..3b979c7 100644 --- a/recordmydesktop/include/rmdfunc.h +++ b/recordmydesktop/include/rmdfunc.h @@ -360,11 +360,6 @@ int OpenDev( const char *pcm_dev, */ void InitEncoder(ProgData *pdata,EncData *enc_data_t,int buffer_ready); -/** -* Fill Yr,Yg,Yb,Ur,Ug.Ub,Vr,Vg,Vb arrays(globals) with values. -*/ -void MakeMatrices(); - /** * Image caching thread. Copies the yuv buffer, compares with the last one and * caches the result. -- cgit v1.2.1