changeset 36386:416614dd856b

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.
author ib
date Thu, 24 Oct 2013 12:06:41 +0000
parents fc93e82b8afc
children 85c8e2989c90
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 20 12:51:38 2013 +0000
+++ b/configure	Thu Oct 24 12:06:41 2013 +0000
@@ -8520,6 +8520,7 @@
 YASM       = $_yasm
 DEPYASM    = $_yasm
 YASMFLAGS  = $YASMFLAGS
+STRIP      = strip
 
 CONFIG_FFPROBE       = no
 CONFIG_LAVFI_INDEV   = no