[Gnash-dev] static cross compiling gnash for arm

2009-10-29 Thread 新绿
i've successly cross compiled gnash-0.8.6 for arm,and i've got the sdl-gnash binary after the make option.but for some reason i want to get a static version of the executable binary.so i added --disable-shared --enable-static to the configure option.unfortunately,it failed with the mistake

[Gnash-dev] Alchemy and Theora

2009-10-29 Thread Benjamin M. Schwartz
Dear Gnash Developers, There is some interest among the Theora developers in producing a Theora decoder in Actionscript, to run inside Adobe's Flash plugin. The obvious way to do this is to use Adobe's Alchemy to translate the reference decoder from C. The translated code will produce YUV video

Re: [Gnash-dev] Can it be done?

2009-10-29 Thread Weidong Li
Yes, I've also built one to run on arm, and it works very well. Compared to Adobe's flashlite 3.1.7 that I built for the same arm board, gnash has excellent user interface, very good other features. The only drawback is that gnash is much slower than Adobe's flashlite. I hope this problem of

Re: [Gnash-dev] static cross compiling gnash for arm

2009-10-29 Thread Rob Savoye
On 10/29/09 06:47, wrote: i've successly cross compiled gnash-0.8.6 for arm,and i've got the sdl-gnash binary after the make option.but for some reason i want to get a static version of the executable binary.so i added --disable-shared --enable-static to the configure

[Gnash-dev] testing Cygnal

2009-10-29 Thread dww
 I have a basic question about testing Cygnal. I put a file Test.swf in a directory /var/www/html/software/tests and then started Cygnal with ddd. From a terminal I then did a sudo curl localhost/test.swf The file was not returned.