dithering info wasnt displayed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3346 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2001-12-06 01:23:23 +00:00
parent d8651ac9ff
commit 0342b107bc
1 changed files with 4 additions and 4 deletions

View File

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