mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user