From 5503f69d4cd1fdea1cc66713c0783569dfafb69f Mon Sep 17 00:00:00 2001 From: rizzo Date: Tue, 1 Jan 2008 22:21:39 +0000 Subject: make codec_resample build on __CYGWIN__, and make it load on FreeBSD (and probably other systems as well). Both need libresample.a to be specified in the linking phase, and cygwin needs as other BSD. The checks for OS-specific headers should really be moved to some common header though. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95625 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/codec_resample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/codec_resample.c') diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index ce0d60a51..66d60169d 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -29,7 +29,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") /* These are for SHRT_MAX and FLT_MAX -- { */ -#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) +#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) #include #else #include -- cgit v1.2.3