* 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:
Zdenek Kabelac
2003-03-12 18:57:33 +00:00
parent e0ece99ab9
commit 4a899dd689
4 changed files with 8 additions and 12 deletions

View File

@@ -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 */