summaryrefslogtreecommitdiff
path: root/formats/Makefile
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-04 14:39:22 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-04 14:39:22 +0000
commitac0395fac3c7c3fabb91f06e721493ad6d9a74b6 (patch)
treebc4162f7365eb76e8e0c3da7b7f26a1e45862fad /formats/Makefile
parent4beb6deeaa99b3908c3715c2dc70b5f0e3e21c44 (diff)
temporarily disconnect ogg_vorbis from the build while i update it
(should be a matter of a couple of hours). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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