Skip to content
Snippets Groups Projects
Commit ac0395fa authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent 4beb6dee
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,15 @@ MODS:=$(filter-out format_au.so,$(MODS)) ...@@ -20,10 +20,15 @@ MODS:=$(filter-out format_au.so,$(MODS))
# merged. format_au.so # merged. format_au.so
# #
# OGG/Vorbis format # 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/include/vorbis/codec.h),)
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/vorbis/codec.h),)
MODS:=$(filter-out format_ogg_vorbis.so,$(MODS)) MODS:=$(filter-out format_ogg_vorbis.so,$(MODS))
endif endif
endif
GSMLIB=../codecs/gsm/lib/libgsm.a GSMLIB=../codecs/gsm/lib/libgsm.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment