Opened 9 years ago

Closed 9 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)

ffmpeg-2.6.3-uclibc.patch (923 bytes ) - added by René Rhéaume 9 years ago.

Download all attachments as: .zip

Change History (2)

by René Rhéaume, 9 years ago

Attachment: ffmpeg-2.6.3-uclibc.patch added

comment:1 by Carl Eugen Hoyos, 9 years ago

Priority: normalwish
Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.