summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 18:57:33 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 18:57:33 +0000
commit4a899dd689defec022e8566465c873dd83b55cef (patch)
treefa526dc911d5ddefaa18dee03670b8de36614a4c /libavcodec/resample.c
parente0ece99ab93a321c124f6c102fc3dc2c432fcd70 (diff)
* 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.c5
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 */