View Single Post
Posts: 224 | Thanked: 155 times | Joined on Jan 2011
#19
Originally Posted by mece View Post


It runs at least, rather slow on slow, but I didn't really make any proper configurations... Will compile with some better options and see if it works better.
install n900 mplayer, also in the dev manual:

http://www.gnu.org/software/gnash/ma...f.html#runs-on

it says to run an autosomething script before running configure so maybe the autowhater script configures the hardware optimisations..

edit:from the dev manual:

Gnash uses FFmpeg for codecs, so any file supported by Mplayer should work with Gnash. Gnash supports the loading of patent free codecs like Ogg Vorbis or Theora from disk based files, while work is being done to support these codecs when embedded in a SWF file. FFmpeg contains the codecs used by the current SWF defintion, FLV, VP6 (ON2), H.263, H.264, and MP3.

now.. the question is did the mplayer team hardware accelerate the ffmpgeg codecs? i think the answer is yes. correct me if i'm wrong..

also to compile it , the dev manual says

The typical process of building from source will involve getting the source, build dependencies, configuration, compilation, testing, and installation. A simplified overview of the process would be:

./autogen.sh
./configure
make
make check
make install

Last edited by leetnoob; 2011-03-21 at 23:21.