[FFmpeg-devel] [PATCH] Remove printf format string errors in windows builds (original) (raw)
JonY jon_y
Mon Jan 24 03:03:30 CET 2011
- Previous message: [FFmpeg-devel] [PATCH] Remove printf format string errors in windows builds
- Next message: [FFmpeg-devel] [PATCH] Remove printf format string errors in windows builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 1/24/2011 09:55, Ronald S. Bultje wrote:
Hi,
On Sun, Jan 23, 2011 at 8:21 PM, Larry Robinson wrote: Jean-Baptiste Kempf for pointing this out), but this is not yet implemented for sscanf in Mingw-w64.
What breaks is a number of error messages which will print incorrectly, but for a successful run these sections of code are not executed. bash-3.2$ grep -r sscanf .. 2>&1 | grep -v matches | grep %z bash-3.2$ grep -r sscanf .. 2>&1 | grep -v matches | grep %t bash-3.2$ I don't see a problem.
Hi,
So, ffmpeg doesn't use any scanf format that msvcrt doesn't understand?
I think mingw32 also doesn't implement scanf family fixups, since mingw-w64 inherits most of the c runtime from there. Can somebody please confirm my suspicion?
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32)
iEYEARECAAYFAk083fEACgkQp56AKe10wHf9VACgg0SqjAjKJV3+Geibe/ceCGuX 21YAniZkwpE1nkKtgNpYMRMrt1ciDTj+ =4dLO -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: 0xED74C077.asc Type: application/pgp-keys Size: 1685 bytes Desc: not available URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110124/169c1292/attachment.key>
- Previous message: [FFmpeg-devel] [PATCH] Remove printf format string errors in windows builds
- Next message: [FFmpeg-devel] [PATCH] Remove printf format string errors in windows builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]