Ticket #1101 (closed defect: invalid)

Opened 14 months ago

Last modified 13 months ago

libavcodec srtdec.c unbuildable with Android NDK

Reported by: obucinac Owned by:
Priority: normal Component: avcodec
Version: 0.10 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When building ffmpeg with Android NDK, the toolchain complains:

external/ffmpeg-0.10/libavcodec/srtdec.c: In function 'srt_to_ass':
external/ffmpeg-0.10/libavcodec/srtdec.c:113: error: format not a string literal and no format arguments
external/ffmpeg-0.10/libavcodec/srtdec.c:149: error: format not a string literal and no format arguments

Change History

comment:1 Changed 13 months ago by reimar

  • Status changed from new to closed
  • Resolution set to invalid

Please use normal configure and make to build with the NDK.
Building with their nonsense compiler options is not supported.

Note: See TracTickets for help on using tickets.