A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027416.html below:

[Ffmpeg-devel] Possible bug on os_support.c -> timeGetTime()

[Ffmpeg-devel] Possible bug on os_support.c -> timeGetTime() [Ffmpeg-devel] Possible bug on os_support.c -> timeGetTime()Cool_Zer0 c00jz3r0
Mon Jan 15 17:36:33 CET 2007
Hi there,

I think that there is something wrong on os_support.c


#include "config.h"
#include "avformat.h"
#if defined(CONFIG_WINCE)
/* Skip includes on WinCE. */
#elif defined(__MINGW32__)
(...)


You don't include anything if CONFIG_WINCE is defined... But...

#if defined(CONFIG_WINCE)
    return timeGetTime() * INT64_C(1000);
#elif defined(__MINGW32__)



timeGetTime() is not recognized...
I suppose that you should include mmystem.h...

Am I wrong?


Thanks


More information about the ffmpeg-devel mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4