#6192: bus error core dump in swscale optimizations on arm
--------------------------------------+-----------------------------------
             Reporter:  peterbennett  |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  swscale
              Version:  3.2.1         |               Resolution:
             Keywords:  crash         |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+-----------------------------------

Comment (by peterbennett):

 In FFMPEG build directory
 {{{
 pi@tardis ~/proj/github.com/FFmpeg/FFmpeg $ grep NEON config.h
 #define HAVE_NEON 1
 #define HAVE_NEON_EXTERNAL 0
 #define HAVE_NEON_INLINE 0
 #define HAVE_INTRINSICS_NEON 0
 #define CONFIG_NEON_CLOBBER_TEST 0
 }}}
 In MythTV build directory where I build the local copy of ffmpeg for
 MythTV
 {{{
 pi@tardis ~/proj/github.com/bennettpeter/mythtv/mythtv/external/FFmpeg $
 grep NEON config.h
 #define HAVE_NEON 1
 #define HAVE_NEON_EXTERNAL 0
 #define HAVE_NEON_INLINE 0
 #define HAVE_INTRINSICS_NEON 0
 #define CONFIG_NEON_CLOBBER_TEST 0
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6192#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to