summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2008-01-01 22:21:39 +0000
committerLuigi Rizzo <rizzo@icir.org>2008-01-01 22:21:39 +0000
commite637f2c03823576f7146aab58a49276bb55696ff (patch)
tree66e808c84e679c937cea66e7d01ab75fb1f51fb4 /codecs/Makefile
parentb1c35179e6edda2419d5b99993e89a05b52a4cf7 (diff)
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 <float.h> as other BSD. The checks for OS-specific headers should really be moved to some common header though. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95625 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/Makefile')
-rw-r--r--codecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index a09f67149..3fcfd88b1 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -56,3 +56,4 @@ $(LIBG722):
$(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): $(LIBG722)
codec_resample.o: ASTCFLAGS+=-I$(ASTTOPDIR)/main/libresample/include
+codec_resample.so: LIBS += $(ASTTOPDIR)/main/libresample/libresample.a