On 16.12.2023 16:35, Stefano Sabatini wrote:
Ping, if there are no objections or comments I plan to push this in a
week or something.
This broke the build:
libavfilter/vf_drawtext.c: In function 'shape_text':
libavfilter/vf_drawtext.c:687:13: error: implicit declaration of function
'is_newline'; did you mean 'ff_is_newline'?
[-Werror=implicit-function-declaration]
687 | if (is_newline(unicodestr[line_end]) || line_end == len - 1) {
| ^~~~~~~~~~
| ff_is_newline
Looks like one instance of is_newline was forgotten?
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".