On Tue, Aug 18, 2015 at 9:01 AM Stephen Hutchinson <qyo...@gmail.com> wrote:

> When building SDL with MinGW, it sets -mwindows with the
> assumption that the application is a GUI application. If this
> is linked without passing -mconsole to configure via
> --extra-ldflags, stdout will be silenced from cmd.exe while
> running FFmpeg.
>
> The -mwindows flag that causes this behavior is included in the
> sdl_libs variable, so append -mconsole there rather than create
> an sdl_ldflags case just to insert it (especially if -mconsole
> must come *after* -mwindows in order to be effective).
> ---
>  configure | 3 +++
>  1 file changed, 3 insertions(+)
>

LGTM.

[...]

Timothy
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to