[MPlayer-dev-eng] minor build errors

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Oct 22 21:07:34 CEST 2013


On Tue, Oct 22, 2013 at 07:48:55PM +0200, Ingo Brückl wrote:
>  * Forward from area mplayer-user
> 
>  * Originally on: Mon, 21 Oct 2013 03:09:26 -0400
>  * Originally by: Robert Henney <robh at rut.org>
>  * Originally to: mplayer-users at mplayerhq.hu
>  * Original subj: [MPlayer-users] minor build errors
> 
> noticed some shell errors fly by in the build today. (have no idea if they're
> new) didn't seem to stop the build from completing though. clipped out
> section from output is below. (ie. "/bin/sh: 1: -wN: not found")
> 
> CC      libswscale/utils.o
> YASM    libswscale/x86/input.o
> STRIP   libswscale/x86/input.o
> /bin/sh: 1: -wN: not found
> [...]
> 
>  * End of Forward
> 
> Should we define a Makefile variable STRIP? (It's actually rather a FFmpeg
> bug though. See the user list there.)

I was thinking about it, the thing that makes me suspicious is that
there is a $(if $(STRIP), ...), the problem seems to me that this check
does not work if STRIP is not defined at all, I suspect that isn't
intended.
Nevertheless, to get better debug info setting STRIP=strip might be a good
idea.


More information about the MPlayer-dev-eng mailing list