* Anonymous ([email protected]) 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
[email protected] ..: jabber: [email protected] http://www.amdmi3.ru
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"