mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
/me should really learn doxygen :)
Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
be12b2a41a
commit
7fa140154f
@ -1,11 +1,13 @@
|
||||
#ifndef _OS_SUPPORT_H
|
||||
#define _OS_SUPPORT_H
|
||||
|
||||
/*
|
||||
* miscellaneous OS support macros/function
|
||||
/**
|
||||
* @file os_support.h
|
||||
* miscellaneous OS support macros and functions.
|
||||
*
|
||||
* For now:
|
||||
* usleep()
|
||||
* - usleep() (Win32, BeOS, OS/2)
|
||||
* - floatf() (OS/2)
|
||||
* - strcasecmp() (OS/2)
|
||||
*/
|
||||
|
||||
#ifdef __MINGW32__
|
||||
|
Loading…
Reference in New Issue
Block a user