From: DRC Date: Wed, 16 Feb 2011 01:39:29 +0000 (+0000) Subject: Not using Intel codec anymore X-Git-Tag: 1.1.0~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbf80031ae5755073f7a50e6e47977c236ec99c2;p=libjpeg-turbo Not using Intel codec anymore git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@371 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/jpgtest.c b/jpgtest.c index 6ec507a..a68f5c4 100644 --- a/jpgtest.c +++ b/jpgtest.c @@ -427,7 +427,7 @@ void usage(char *progname) printf(" Test performance of the codec when the image is encoded\n"); printf(" as separate tiles of varying sizes.\n\n"); printf(" [-forcemmx] [-forcesse] [-forcesse2] [-forcesse3]\n"); - printf(" Force MMX, SSE, or SSE2 code paths in Intel codec\n\n"); + printf(" Force MMX, SSE, or SSE2 code paths in TurboJPEG codec\n\n"); printf(" [-rgb | -bgr | -rgba | -bgra | -abgr | -argb]\n"); printf(" Test the specified color conversion path in the codec (default: BGR)\n\n"); printf(" [-fastupsample]\n");