ports/69832: [PATCH] multimedia/transcode: [add jpeg-mmx support]

Michael Johnson ahze at ahze.net
Mon Aug 30 13:40:21 UTC 2004


The following reply was made to PR ports/69832; it has been noted by GNATS.

From: Michael Johnson <ahze at ahze.net>
To: freebsd-gnats-submit at FreeBSD.org
Cc: Hendrik Scholz <hscholz at raisdorf.net>,
	michael johnson <ahze at ahze.net>, Volker Stolz <vs at freebsd.org>
Subject: Re: ports/69832: [PATCH] multimedia/transcode: [add jpeg-mmx support]
Date: Mon, 30 Aug 2004 09:40:03 -0400

 Hi,
 
 I see a problem with my patch.
 
 in the part that reads
 
 .if exists(${LOCALBASE}/lib/libjpeg-mmx.so.62)
 WITH_JPEGMMX=  yes
 WITH_NASM=     yes
 .endif
 
 it probably should be the following because you can define WITH_JPEGMMX 
 and not have nasm installed.
 
 .if exists(${LOCALBASE}/lib/libjpeg-mmx.so.62)
 WITH_JPEGMMX= 	yes
 .endif
 
 .if defined(WITH_JPEGMMX)
 WITH_NASM=	yes
 .endif
 
 Michael
 



More information about the freebsd-ports-bugs mailing list