Date: Thu, 10 Mar 2011 16:48:50 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Anonymous <swell.k@gmail.com> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gnash Makefile pkg-plist Message-ID: <20110310134850.GA90769@hades.panopticon> In-Reply-To: <86aah3wfl4.fsf@gmail.com> References: <201103100629.p2A6TDjM027321@repoman.freebsd.org> <86aah3wfl4.fsf@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Anonymous (swell.k@gmail.com) wrote: > WITH_VAAPI + WITHOUT_FFMPEG matches `else' condition while IGNORE is ignored. > > Here is a fix for the bug not present in the PR. Thanks, this was exactly what I've intended, but I got distracted and committed unfinished version. Should be ok now. > %% > Index: graphics/gnash/Makefile > =================================================================== > RCS file: /a/.cvsup/ports/graphics/gnash/Makefile,v > retrieving revision 1.53 > diff -u -p -r1.53 Makefile > --- graphics/gnash/Makefile 10 Mar 2011 06:29:13 -0000 1.53 > +++ graphics/gnash/Makefile 10 Mar 2011 08:18:50 -0000 > @@ -201,8 +201,8 @@ CONFIGURE_ARGS+= --enable-renderer=`${EC > # > # Hardware acceleration options processing > # > -.if defined(WITH_VAAPI) && !defined(WITHOUT_FFMPEG) > -. if !defined(WITH_VAAPI) > +.if defined(WITH_VAAPI) > +. if !defined(WITH_FFMPEG) > IGNORE= VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG. > . endif > LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva > %% > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110310134850.GA90769>