dithering info wasnt displayed

Originally committed as revision 3346 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Michael Niedermayer 2001-12-06 01:23:23 +00:00
parent c1b0bfb477
commit f014740a85

View File

@ -2364,7 +2364,7 @@ if(!canMMX2BeUsed && lumXInc <= 0x10000 && (srcW&15)==0 && sws_flags==SWS_FAST_B
if(firstTime) if(firstTime)
{ {
#ifdef DITHER1X #if defined (DITHER1XBPP) && defined (HAVE_MMX)
char *dither= " dithered"; char *dither= " dithered";
#else #else
char *dither= ""; char *dither= "";