diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-03-12 18:57:33 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-03-12 18:57:33 +0000 |
commit | 4a899dd689defec022e8566465c873dd83b55cef (patch) | |
tree | fa526dc911d5ddefaa18dee03670b8de36614a4c /libavcodec/resample.c | |
parent | e0ece99ab93a321c124f6c102fc3dc2c432fcd70 (diff) | |
download | ffmpeg-4a899dd689defec022e8566465c873dd83b55cef.tar.gz |
* moved os_support.h into libavcodec
* added few more functions for os2
Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/resample.c')
-rw-r--r-- | libavcodec/resample.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/resample.c b/libavcodec/resample.c index ba2bb81da2..86bed847c4 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -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 */ |