[MPlayer-cvslog] r36482 - trunk/configure

ib subversion at mplayerhq.hu
Thu Oct 24 14:06:41 CEST 2013


Author: ib
Date: Thu Oct 24 14:06:41 2013
New Revision: 36482

Log:
Define STRIP for FFmpeg.

This will prevent the (ignored) build error "/bin/sh: 1: -wN: not found".

If the strip utility doesn't support the options -wN, there still will be
an (ignored) "strip: unrecognized option: -wN" error we currently can't do
anything about.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Oct 20 14:51:38 2013	(r36481)
+++ trunk/configure	Thu Oct 24 14:06:41 2013	(r36482)
@@ -8520,6 +8520,7 @@ RANLIB     = $_ranlib
 YASM       = $_yasm
 DEPYASM    = $_yasm
 YASMFLAGS  = $YASMFLAGS
+STRIP      = strip
 
 CONFIG_FFPROBE       = no
 CONFIG_LAVFI_INDEV   = no


More information about the MPlayer-cvslog mailing list