Opened 13 years ago
Closed 12 years ago
#1101 closed defect (invalid)
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
Note:
See TracTickets
for help on using tickets.
Please use normal configure and make to build with the NDK.
Building with their nonsense compiler options is not supported.