mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,5 +54,3 @@ $(LIBG722):
|
||||
@$(MAKE) -C g722 all
|
||||
|
||||
$(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): $(LIBG722)
|
||||
|
||||
codec_resample.o: ASTCFLAGS+=-I$(ASTTOPDIR)/main/libresample/include
|
||||
|
@@ -39,8 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
#include "asterisk/module.h"
|
||||
#include "asterisk/translate.h"
|
||||
|
||||
#include "libresample.h"
|
||||
#include "asterisk/libresample.h"
|
||||
|
||||
#include "slin_resample_ex.h"
|
||||
|
||||
|
1
include/asterisk/libresample.h
Symbolic link
1
include/asterisk/libresample.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../../main/libresample/include/libresample.h
|
Reference in New Issue
Block a user