mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02: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