[FFmpeg-trac] #1309(avcodec:new): Android(NDK) cannot compile thumb mode

FFmpeg trac at avcodec.org
Tue May 15 04:38:26 CEST 2012


#1309: Android(NDK) cannot compile thumb mode
-----------------------------------+--------------------------------------
             Reporter:  kyh96403   |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  avcodec    |                  Version:  git-master
             Keywords:  thumb dca  |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 When using thumb mode(--enable-thumb), compile is fail..
 Error at libavcodec/dca.c dca_xbr_parse_frame function.
 It can be fixing by "int block[8];" -> "LOCAL_ALIGNED_16(int, block,
 [8]);"

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


More information about the FFmpeg-trac mailing list