[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:02:57 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:23 cehoyos]:
 > Replying to [comment:22 bmitchel]:
 > > {{{
 > > barney(bradm) gmake libavutil/ffversion.h
 > > ./version.sh: !: not found
 > > ./version.sh: syntax error at line 28: `revision=$' unexpected
 > > gmake: `libavutil/ffversion.h' is up to date.
 > > }}}
 >
 > Thank you for testing!
 >
 > What does {{{$ git diff}}} show for you? The reason I ask is that with
 my patch, line 28 of version.sh should not contain the string
 {{{revision=$}}}.

 Looks like there was some issue with applying the patch, not sure why.  Re
 applied it with:

 {{{
 git apply patchversionsh.diff
 }}}

 {{{
 rm libavutil/ffversion.h
 gmake libavutil/ffversion.h
 GEN     libavutil/ffversion.h
 ./version.sh: !: not found

 barney(bradm) cat libavutil/ffversion.h
 #ifndef AVUTIL_FFVERSION_H
 #define AVUTIL_FFVERSION_H
 #define FFMPEG_VERSION "git-2014-06-17-61df081"
 #endif /* AVUTIL_FFVERSION_H */
 }}}

 Looks like it generated it!

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3649#comment:24>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list