[MPlayer-users] configure and Cyrix C3

Guillaume POIRIER poirierg at gmail.com
Sat Nov 12 09:34:08 CET 2005


Hi,

On 11/12/05, Guillaume POIRIER <poirierg at gmail.com> wrote:
> Hi,
>
> On 11/12/05, Andre Majorel <aym-reyalpm at teaser.fr> wrote:
> > On 2005-11-11 23:28 +0100, Guillaume POIRIER wrote:
> > > On 11/11/05, Andre Majorel <aym-reyalpm at teaser.fr> wrote:
> > > > On 2005-11-11 21:50 +0100, Guillaume POIRIER wrote:
> [..]
> > > > > Could you please try the attached patch with gcc-3.3 and 4.0?
> > [...]
> > > Woops, I made a typo. New patch attached.
> >
> > Your new patch works with GCC 4.0.2 (although it might not
> > without my changes in libavutil/common.h).
>
> Ok, then I'm gonna apply the new patch and try to see what I can do
> for runtime CPU detection, which is somewhat a different issue. Please
> stay in the neighbourhood while I'll try to come up with a solution.
> :)

Could you please test if the attached patch fixes the crash when the
build is done with runtime CPU detection?

Guillaume
--
Reading doesn't hurt, really!
  -- Dominik 'Rathann' Mierzejewski
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1102
diff -u -r1.1102 configure
--- configure	12 Nov 2005 08:25:04 -0000	1.1102
+++ configure	12 Nov 2005 08:30:08 -0000
@@ -1000,7 +1000,7 @@
     fi
   else # if test "$_runtime_cpudetection" = no
     # i686 is probably the most common CPU - optimize for it
-    _mcpu="$cpuopt=i686"
+    _mcpu="$cpuopt=i586"
     # at least i486 required, for bswap instruction
     _march="-march=i486"
     cc_check $_mcpu || _mcpu=""


More information about the MPlayer-users mailing list