summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
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 */