asterisk/codecs
Luigi Rizzo 8d6d166b14 merge compile fixes from 44080:
- with AST_DEVMODE, building codecs/lpc10 fails because of lots
  of warnings, and the configure step in editline fails as well.
  Fix this by removing the -Werror in these steps.

- on FreeBSD (but probably on other platforms as well), the final   
  link of asterisk fails because AST_LIBS was not exported to the
  subdirs Makefiles. Add a proper fix in the top-level Makefile
  (a possible alternative way is to add "export AST_LIBS" near
  the beginning of the file).
  With this fix, i believe that some of the platform-specific
  conditionals in main/Makefile are redundant (because they should
  be already dealt with in the top level Makefile) but i don't
  have a platform to check.




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-30 16:37:21 +00:00
..
gsm Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
ilbc Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
lpc10 merge compile fixes from 44080: 2006-09-30 16:37:21 +00:00
Makefile Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
adpcm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
codec_a_mu.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_adpcm.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_alaw.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_g726.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_gsm.c minor performance improvement 2006-09-08 21:33:32 +00:00
codec_ilbc.c minor performance improvement 2006-09-08 21:33:32 +00:00
codec_lpc10.c minor performance improvement 2006-09-08 21:33:32 +00:00
codec_speex.c minor performance improvement 2006-09-08 21:33:32 +00:00
codec_ulaw.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_zap.c Fix transcoding performance issue 2006-08-30 03:20:54 +00:00
g726_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
gsm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ilbc_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
log2comp.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
lpc10_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_adpcm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_g726_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_gsm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ilbc_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_lpc10_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_speex_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ulaw_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
speex_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ulaw_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00