From acf20201dbb99020c694c0d4edd31ddc7e17c44b Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 25 Apr 2003 17:16:55 +0000 Subject: remove remaining cpudetect dependancy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale.c | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale.c') diff --git a/postproc/swscale.c b/postproc/swscale.c index c5319f9bd1..4c787cc774 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -1712,6 +1712,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int origSrcFormat, int dstW, int #endif #endif if(clip_table[512] != 255) globalInit(); + if(rgb15to16 == NULL) sws_rgb2rgb_init(flags); /* avoid dupplicate Formats, so we dont need to check to much */ srcFormat = remove_dup_fourcc(origSrcFormat); -- cgit v1.2.3