gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Complilation errors


From: Roman B.
Subject: Re: [Gnash-dev] Complilation errors
Date: Tue, 10 May 2011 20:11:14 +0200

On Tue, May 10, 2011 at 19:04, Sandro Santilli <address@hidden> wrote:
> On Sat, May 07, 2011 at 10:17:19AM -0600, Rob Savoye wrote:
>> 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.
>
> Then I guess it shouldd be:
>
> AM_CONDITIONAL(HAVE_VAAPI, test x"${found_libva_incl}" = xyes)
>
> As there's a GNASH_PKG_FIND([libva], ...) some lines above that.
>
> Can the original reporter test that ?
>
> --strk;
>
>  ()   Free GIS & Flash consultant/developer
>  /\   http://strk.keybit.net/services.html
>
> _______________________________________________
> Gnash-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnash-dev
>

Incredibly, but it is a fact. It has built! Now I can start hacking on
it. I'm basically interested in features I want:
1. playback of mp3 in google mail
2. playback on the russian www.vkontakte.ru

They do not work with gnash at the moment. Without it I cannot move to
gnash completely.


Also, how do you guys organize your work? which IDE? how do you debug?
I would be glad if can share your experience.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]