Hello,
I'm working on the Windows CE port of the VLC media player, and after
running into numerous portability problems with printf modifiers, we're
trying to use built-in mingw replacements, which seem to work fine.
However, %f specifiers don't work properly. For example, the following
program:
Feature Requests item #2750015, was opened at 2009-04-10 08:45
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865517&aid=2750015&group_id=173455
Please note that this message will contain a full copy of th
Feature Requests item #2750015, was opened at 2009-04-10 08:45
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865517&aid=2750015&group_id=173455
Please note that this message will contain a full copy of th
But it works well if you leave out the -D__USE_MINGW_ANSI_STDIO=1 flag.
So why are you trying to do this ?
Danny
On Mon, 2009-04-20 at 17:24 +0200, Pierre Ynard wrote:
> Hello,
>
> I'm working on the Windows CE port of the VLC media player, and after
> running into numerous portability
Can you provide a bit more context ? You've copied an incomplete command
line so I can't really tell what's happening.
Danny
On Sun, 2009-04-19 at 19:29 +0200, i...@torsten-klinger.de wrote:
> Hy guys,
>
> i´ve got a question. When i try to cross compile ffmpeg with cegcc under
> cygwin
Ismail,
This may be a good idea, can you check whether it works ?
Danny
Forwarded Message
> From: Hans-Peter Nilsson
> To: Danny Backx
> Cc: binutils
> Subject: Re: [Fwd: [Cegcc-devel] Patches for cegcc on osx-powerpc
> (again, now cleaner)]
> Date: Sat, 18 Apr 2009
> But it works well if you leave out the -D__USE_MINGW_ANSI_STDIO=1 flag.
>
> So why are you trying to do this ?
Without this flag, this program is dynamically linked against MSVCRT *printf
functions, and those present a number of bugs, shortcomings (like, no support
of %z modifiers) and weird