mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#2101] Make the test directory compile
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
include ../globals.mak
|
||||
|
||||
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester rtpTester historyTester
|
||||
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester historyTester #rtpTester
|
||||
|
||||
OBJECT_FILES= \
|
||||
../src/sflphoned-managerimpl.o \
|
||||
@ -58,6 +58,8 @@ pluginmanagerTester_LDADD = \
|
||||
@CCEXT2_LIBS@ \
|
||||
@CCGNU2_LIBS@ \
|
||||
@CCRTP_LIBS@ \
|
||||
@ZRTPCPP_LIBS@ \
|
||||
@libssl_LIBS@ \
|
||||
@SAMPLERATE_LIBS@ \
|
||||
$(PJSIP_LIBS) \
|
||||
-luuid \
|
||||
@ -76,6 +78,8 @@ hookmanagerTester_LDADD = \
|
||||
@CCEXT2_LIBS@ \
|
||||
@CCGNU2_LIBS@ \
|
||||
@CCRTP_LIBS@ \
|
||||
@ZRTPCPP_LIBS@ \
|
||||
@libssl_LIBS@ \
|
||||
@SAMPLERATE_LIBS@ \
|
||||
$(PJSIP_LIBS) \
|
||||
-luuid \
|
||||
@ -95,6 +99,8 @@ audiolayerTester_LDADD = \
|
||||
@CCEXT2_LIBS@ \
|
||||
@CCGNU2_LIBS@ \
|
||||
@CCRTP_LIBS@ \
|
||||
@ZRTPCPP_LIBS@ \
|
||||
@libssl_LIBS@ \
|
||||
@SAMPLERATE_LIBS@ \
|
||||
$(PJSIP_LIBS) \
|
||||
-luuid \
|
||||
@ -115,6 +121,8 @@ rtpTester_LDADD = \
|
||||
@CCGNU2_LIBS@ \
|
||||
@CCRTP_LIBS@ \
|
||||
@SAMPLERATE_LIBS@ \
|
||||
@ZRTPCPP_LIBS@ \
|
||||
@libssl_LIBS@ \
|
||||
$(PJSIP_LIBS) \
|
||||
-luuid \
|
||||
$(OBJECT_FILES)
|
||||
@ -133,6 +141,8 @@ historyTester_LDADD = \
|
||||
@CCEXT2_LIBS@ \
|
||||
@CCGNU2_LIBS@ \
|
||||
@CCRTP_LIBS@ \
|
||||
@ZRTPCPP_LIBS@ \
|
||||
@libssl_LIBS@ \
|
||||
@SAMPLERATE_LIBS@ \
|
||||
$(PJSIP_LIBS) \
|
||||
-luuid \
|
||||
|
@ -32,8 +32,8 @@
|
||||
#include "user_cfg.h"
|
||||
|
||||
#include "audio/audiolayer.h"
|
||||
#include "audio/alsalayer.h"
|
||||
#include "audio/pulselayer.h"
|
||||
#include "audio/alsa/alsalayer.h"
|
||||
#include "audio/pulseaudio/pulselayer.h"
|
||||
|
||||
/*
|
||||
* @file audiorecorderTest.cpp
|
||||
|
@ -39,10 +39,10 @@
|
||||
|
||||
// Application import
|
||||
#include "manager.h"
|
||||
#include "audio/audiortp.h"
|
||||
#include "../src/call.h"
|
||||
#include "../src/sipcall.h"
|
||||
#include "../src/sipvoiplink.h"
|
||||
#include "audio/audiortp/AudioRtpSession.h"
|
||||
#include "call.h"
|
||||
#include "sip/sipcall.h"
|
||||
#include "sip/sipvoiplink.h"
|
||||
|
||||
#include "config/config.h"
|
||||
#include "user_cfg.h"
|
||||
|
Reference in New Issue
Block a user