#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to