aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 14:39:22 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 14:39:22 +0000
commit215411b4500ec7541cb9a5c6b753bbc00cd27e6b (patch)
treebc4162f7365eb76e8e0c3da7b7f26a1e45862fad /formats/Makefile
parent217ea2f1ea680d457c19aac1b563077f1f9ae67c (diff)
temporarily disconnect ogg_vorbis from the build while i update it
(should be a matter of a couple of hours). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17265 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/Makefile')
-rw-r--r--formats/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 8b47f8d2d..4c857ea3e 100644
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -20,10 +20,15 @@ MODS:=$(filter-out format_au.so,$(MODS))
# merged. format_au.so
#
# OGG/Vorbis format
-#
+# (on FreeBSD is in /usr/local/include/...
+
+MODS:=$(filter-out format_ogg_vorbis.so,$(MODS))
+
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/vorbis/codec.h),)
+ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/vorbis/codec.h),)
MODS:=$(filter-out format_ogg_vorbis.so,$(MODS))
endif
+endif
GSMLIB=../codecs/gsm/lib/libgsm.a