[FFmpeg-user] strip doesn't work

Ingo Brückl ib at wupperonline.de
Tue Oct 22 19:10:43 CEST 2013


Paul B Mahol wrote on Tue, 22 Oct 2013 08:14:51 +0000:

> On 10/21/13, Ingo Brueckl <ib at wupperonline.de> wrote:
>> CC      libswscale/utils.o
>> YASM    libswscale/x86/input.o
>> STRIP   libswscale/x86/input.o
>> /bin/sh: 1: -wN: not found
>>
>> Apparently commit e52567c2954f627d420b30f75f71af2f2e4afe80.

> Perhaps you have very old binutils.

No.

Actually, the error only occurs when compiling with MPlayer, because STRIP
isn't defined there. Although one might think that it is a pure MPlayer
problem, it isn't, because the condition

  if $(STRIP) ...

is kinda lazy. $(STRIP) will always expand (to @printf STRIP\t%s\n ...),
even if there is no strip util available.

It should rather be checked if there is a "; SOMETHING" at the end of
$(STRIP). (Well, and MPlayer maybe should defined STRIP, but that will be
discussed over there.)

Ingo


More information about the ffmpeg-user mailing list