From 8dc253dad613fa9408f0a0ccb674e9e77ddef767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 8 Apr 2006 16:42:23 +0000 Subject: Ancient platforms support: - rint, lrint, M_PI (ffmpeg and goom) - avoid mkdir warnings - check for older _GUID_DEFINED too - ressurected generating inttypes, cleaned public os_types.h - moved function redefiniton used only in the old MSVC to central place Windows port update: - build internal ffmpeg: - workaround 'near' keyword problem - proper using __declspec(dllimport) Other changes: - LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS CVS patchset: 7964 CVS date: 2006/04/08 16:42:23 --- src/post/audio/filter.c | 3 +++ src/post/audio/window.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/post/audio') diff --git a/src/post/audio/filter.c b/src/post/audio/filter.c index cb0363633..c5602736c 100644 --- a/src/post/audio/filter.c +++ b/src/post/audio/filter.c @@ -10,6 +10,9 @@ /* Design and implementation of different types of digital filters */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include #include #include "dsp.h" diff --git a/src/post/audio/window.c b/src/post/audio/window.c index 23c024668..fdea90590 100644 --- a/src/post/audio/window.c +++ b/src/post/audio/window.c @@ -15,6 +15,9 @@ * coefficients will be stored. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include "dsp.h" -- cgit v1.2.3