[FFmpeg-trac] #2229(build system:new): memalign_hack is not auto-detected anymore for ppc OSX

FFmpeg trac at avcodec.org
Sun Feb 3 09:15:04 CET 2013


#2229: memalign_hack is not auto-detected anymore for ppc OSX
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  build
              Version:  git-master   |  system
             Keywords:  regression   |               Resolution:
  ppc                                |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 {{{
 $ $ grep -i alloc config.h
 #define HAVE_ALIGNED_MALLOC 0
 #define HAVE_MALLOC_H 0
 #define HAVE_VIRTUALALLOC 0
 $ grep -i align config.h
 #define HAVE_FAST_UNALIGNED 1
 #define HAVE_ALIGNED_MALLOC 0
 #define HAVE_ALIGNED_STACK 1
 #define HAVE_LOCAL_ALIGNED_16 1
 #define HAVE_LOCAL_ALIGNED_8 1
 #define HAVE_MEMALIGN 0
 #define HAVE_POSIX_MEMALIGN 0
 #define CONFIG_FAST_UNALIGNED 1
 #define CONFIG_MEMALIGN_HACK 1
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2229#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list