Notices


Reply
Thread Tools
Posts: 12 | Thanked: 3 times | Joined on Jul 2009
#71
I'm having trouble finding the libgif4 library. Does anyone know the correct repo?

Thanks,
 
moja's Avatar
Posts: 66 | Thanked: 27 times | Joined on Feb 2008 @ near Memphis, TN USA
#72
See this helpful post by nobodysbusiness
http://talk.maemo.org/showthread.php?t=22421
 

The Following User Says Thank You to moja For This Useful Post:
Posts: 12 | Thanked: 3 times | Joined on Jul 2009
#73
Originally Posted by moja View Post
See this helpful post by nobodysbusiness
http://talk.maemo.org/showthread.php?t=22421

Thanks alot! Just what I was looking for.
 
Posts: 2 | Thanked: 0 times | Joined on Oct 2009
#74
Hi,
I'am trying to compile the last svn version of mplayer, but I have this error:

mpcommon.c: In function `update_subtitles':
mpcommon.c:115: warning: dereferencing type-punned pointer will break strict-aliasing rules
{standard input}: Assembler messages:
{standard input}:625: Error: selected processor does not support `rev16 lr,lr'
make: *** [mpcommon.o] Error 1

May you help me please?
 
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#75
That seems odd. Are you sure you're building for ARM? What -mcpu do you have in config.mak?
 
Posts: 2 | Thanked: 0 times | Joined on Oct 2009
#76
I solved that, I had an old version..
With the SVN version the problem is for the libavcodec and
libavformat.

I'am using the version from ffmpeg and evrything compiles
and runs. The problem is that with the old config file the
video and audio quality are really bad.
 
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#77
Try add the options: -vo xv:ck-method=auto -dr

Make sure config files and such don't override them. Should improve performance significantly.
 
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#78
Just compiler MPlayer latest svn on the diablo sdk.

I replaced the ancient as assembler with a new one from codesourcery, brutal mv on top.
-Wa,-v was useful for figuring out if I had replaced the right binary.

./configure --enable-armv5te --enable-armv6 --enable-armvfp --enable-largefiles

Made sure config.mak had -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp in OPTFLAGS and so on,
modified subdir.mak's %.o: %.S rule to include same -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp stuff so that it got passed to cc also for just the pure asm .S files in libavcodec/arm/

and it compiled. Not tested if it actually produced a useful binary ;-)
 

The Following User Says Thank You to shadowjk For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#79
Feel free to post binary packages, or let me host them in my repo.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 43 | Thanked: 22 times | Joined on May 2008 @ EU
#80
This binary mplayer is Bundyo's rc2 port with the omapfb patch working (useful for the N8x0 devices).I build this deb on diablo already some time ago but forgot to post it here

I dunno if somebody mentioned this already, but dspmp3 (or the gstreamer hack, i didn't check... ) is broken in the rc2 patch, so i used "ac=mad and afm=libmad" in /etc/mplayer.conf.

This works pretty good on my N800, but flv seeking is still not 100% ok in this rc2 build.

To install: (open a terminal and become root)
Code:
wget http://mtron.mine.nu/files/mplayer_1.0rc2~svn20080321-maemo.30.n8x0_armel.deb
dpkg -i mplayer_1.0rc2~svn20080321-maemo.30.n8x0_armel.deb
rm -rf mplayer*deb
EDIT: forgot to mention: during install it will ask you how to treat the existing /etc/mplayer.conf. Use "Y" or "i" to install the new version, or you will get no sound. (As mentioned above dspmp3 is broken)

To roll back to the "Official" mplayer from diablo:
Code:
wget http://repository.maemo.org/extras-devel/pool/diablo/free/m/mplayer/mplayer_1.0rc1-maemo.29.n8x0_armel.deb
dpkg -i --force-downgrade mplayer_1.0rc1-maemo.29.n8x0_armel.deb

Last edited by mtron; 2009-10-18 at 10:18.
 

The Following 7 Users Say Thank You to mtron For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:38.