Opened 11 years ago
Closed 11 years ago
#4796 closed enhancement (wontfix)
Make vf_drawtext.c build under uclibc environments
| Reported by: | René Rhéaume | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | 2.6.3 | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
The functions feclearexcept and fetestexcept, used in func_eval_expr_int_format, are not available under uclibc environments. For that platform, check if the number is finite and within bounds of a 32-bit signed integer before attempting the cast instead.
I made the patch against release 2.6.3 but applies cleanly against a git clone performed on August 22nd, 2015.
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | ffmpeg-2.6.3-uclibc.patch added |
|---|
comment:1 by , 11 years ago
| Priority: | normal → wish |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Please continue the discussion on the development mailing list, patches are ignored here.
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/197837
Closing since feature requests for old releases are invalid.