[FFmpeg-trac] #3649(avutil:new): Solaris Intel static libraries required AMD 3D NOW even though the CPU doesn't support
    FFmpeg 
    trac at avcodec.org
       
    Fri Jun 20 03:57:41 CEST 2014
    
    
  
#3649: Solaris Intel static libraries required AMD 3D NOW even though the CPU
doesn't support
---------------------------------------+----------------------------------
             Reporter:  bmitchel       |                    Owner:
                 Type:  defect         |                   Status:  new
             Priority:  minor          |                Component:  avutil
              Version:  2.2.1          |               Resolution:
             Keywords:  solaris intel  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+----------------------------------
Comment (by bmitchel):
 Replying to [comment:26 Timothy_Gu]:
 > Replying to [comment:24 bmitchel]:
 > > {{{
 > > gmake libavutil/ffversion.h
 > > GEN     libavutil/ffversion.h
 > > ./version.sh: !: not found
 > > }}}
 >
 > What the heck is wrong with Solaris? How come it doesn't even have `!`
 command?
 because /bin/sh sucks!  version.sh worked for me when I changed the shell
 to /bin/bash before cehoyos stepped in to do some changes.  I guess this
 is why configure needs to be run under bash.
 >
 > > Looks like it generated it!
 >
 > True, it generated it. But it is still buggy, because a command in
 version.sh reports not found.
 Could you do something like....
 {{{
 if [ ! -z "`test "$revision"`" ] ; then
 }}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3649#comment:27>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
    
    
More information about the FFmpeg-trac
mailing list