WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mplayer doesn't work  (Read 6621 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: mplayer doesn't work
« Reply #15 on: November 21, 2014, 01:06:04 AM »
As the mplayer maintainer is apparently not in touch, I made an attempt to compile mplayer for i486:
Code: [Select]
ARCH = x86
ARCH_X86 = yes
ARCH_X86_32 = yes
HAVE_MMX = no
HAVE_MMX2 = no
HAVE_SSE = no
HAVE_SSE2 = no
HAVE_SSSE3 = no
HAVE_FAST_CMOV = no
HAVE_CMOV = no
HAVE_FAST_CLZ = no

#define __CPU__ 486

you can download it from: http://tinycorelinux.net/6.x/x86/tcz/mplayer.tcz (download mplayer.tcz.dep as well) and it should work with tc-5.x

I don't have an i486 or pentium to test....

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: mplayer doesn't work
« Reply #16 on: November 21, 2014, 01:38:42 AM »
For mplayer you should enable the dynamic cpu detection. Forcing 486 just makes it slow on new processors.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: mplayer doesn't work
« Reply #17 on: November 21, 2014, 02:16:29 AM »
As I don't use mplayer, I've no problem with leaving it to the expert ;)