[MPlayer-users] mpeg2 video failing to decode on current head(s)

Erik Auerswald auerswal at unix-ag.uni-kl.de
Tue Jul 29 14:48:46 CEST 2014


Hi,

On Tue, Jul 29, 2014 at 11:42:30AM +0100, Andy Furniss wrote:
> Andy Furniss wrote:
> 
> >The first bad commit could be any of:
> >eba2233b58c2c4b468c58287d6537b2f1188a8cd
> >1df2f7b6a88ed871231a3a78319e997523d837a5
> 
> 
> I don't know if it's relevant but I am pure x86_64 and see a lot of
> 
> warning: "HAVE_LOCAL_ALIGNED_32" is not defined [-Wundef]

I see[0] lots of -Wundef warnings for a full build on x86_64 GNU/Linux:

Number  Missing definition
----------------------------------------
   1128 HAVE_LOCAL_ALIGNED_32
   1128 HAVE_MACH_MACH_TIME_H
    368 HAVE_SIMD_ALIGN_16
      9 HAVE_ATOMICS_SUNCC
      9 HAVE_ATOMICS_WIN32
      2 CONFIG_OPENCL
      2 HAVE_CRYPTGENRANDOM
      2 HAVE_FCNTL
      2 HAVE_GETPROCESSAFFINITYMASK
      2 HAVE_GSM_H
      2 HAVE_SCHED_GETAFFINITY
      2 HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
      2 HAVE_SYSCONF
      2 HAVE_SYSCTL
      1 CONFIG_LIBSOXR
      1 CONFIG_RAISE_MAJOR
      1 HAVE_ACCESS
      1 HAVE_GETSYSTEMTIMEASFILETIME
      1 HAVE_SLEEP
      1 HAVE_STRUCT_GROUP_SOURCE_REQ
      1 HAVE_STRUCT_IP_MREQ_SOURCE
      1 HAVE_USLEEP

I've been seeing the HAVE_LOCAL_ALIGNED_32 warning for quite some time. I
suppose it should not affect correctness, just performance.

Thanks,
Erik

[0]
$ nice svn up && (cd ffmpeg; nice git pull) && nice make clean; nice ./configure && nice make -j2 2>&1 | tee ~/tmp/mplayer_build.log && fgrep -- '[-Wundef]' ~/tmp/mplayer_build.log | awk '{print $3}' | tr -d \" | sort | uniq -c | sort -k1,1nr
-- 
It gave some error message, or something.
                        -- Agustín Cernuda del Río


More information about the MPlayer-users mailing list