On 05/07/11 06:01, Sandro Santilli wrote:

> AM_CONDITIONAL(HAVE_VAAPI, test x"${found_va_incl}" = xyes)
> 
> But there's no code, anywhere, setting found_va_incl variable,
> so no wonder it doesnt' work.

  The GNASH_PKG_FIND macro uses variable substitution to create that
name, which is why a grep won't find it.

> Try changing that line to:
> 
> AM_CONDITIONAL(HAVE_VAAPI, test x"${have_ffmpeg_vaapi}" = xyes)

  That's not correct either. Whether or not ffmpeg has vaapi support
shouldn't effect whether gnash build with vaapi support.

        - rob -

_______________________________________________
Gnash-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to