[FFmpeg-trac] #3050(undetermined:new): library.mak uses strip flags (-wN) that assumes GNU strip

FFmpeg trac at avcodec.org
Tue Oct 15 14:50:23 CEST 2013


#3050: library.mak uses strip flags (-wN) that assumes GNU strip
-------------------------------------+-------------------------------------
             Reporter:  nieder       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Building ffmpeg git on OS X spits out tons of non-fatal errors about
 unrecognized strip options:

 {{{
 STRIP   libavcodec/x86/h264_weight_10bit.o
 strip: unrecognized option: -wN
 Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o
 output] file [...]
 make: [libavcodec/x86/h264_weight_10bit.o] Error 1 (ignored)
 }}}

 Caused by 3d5a995eac2a47ac116c3412b364c0d21717829b from a merged libav
 commit.

 OS X strip does not have either of those two flags.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3050>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list