[asterisk-commits] trunk r17265 - /trunk/formats/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Apr 4 07:39:24 MST 2006


Author: rizzo
Date: Tue Apr  4 09:39:22 2006
New Revision: 17265

URL: http://svn.digium.com/view/asterisk?rev=17265&view=rev
Log:
temporarily disconnect ogg_vorbis from the build while i update it
(should be a matter of a couple of hours).


Modified:
    trunk/formats/Makefile

Modified: trunk/formats/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/formats/Makefile?rev=17265&r1=17264&r2=17265&view=diff
==============================================================================
--- trunk/formats/Makefile (original)
+++ trunk/formats/Makefile Tue Apr  4 09:39:22 2006
@@ -20,9 +20,14 @@
 # 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



More information about the asterisk-commits mailing list