mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
* moved os_support.h into libavcodec
* added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -23,10 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
#if defined (CONFIG_OS2)
|
||||
#define floorf(n) floor(n)
|
||||
#endif
|
||||
#include "os_support.h"
|
||||
|
||||
typedef struct {
|
||||
/* fractional resampling */
|
||||
|
||||
Reference in New Issue
Block a user