From 4f43acb07de88433ce513079233040e3e7c2b9d6 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 4 Mar 2017 15:28:51 +0100 Subject: aucodec: move list of aucodec to struct baresip (#221) --- test/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/call.c b/test/call.c index 9180a27..e3cfa8d 100644 --- a/test/call.c +++ b/test/call.c @@ -62,7 +62,7 @@ struct fixture { f->magic = MAGIC; \ f->exp_estab = 1; \ f->exp_closed = 1; \ - aucodec_register(&dummy_pcma); \ + aucodec_register(baresip_aucodecl(), &dummy_pcma); \ \ err = ua_alloc(&f->a.ua, \ "A ;regint=0" prm); \ -- cgit v1.2.3