Browse Source

fix test suite compilation after 590b752b

Change-Id: Ibcba457a1e31c1523b417a9492e581e0b5cedbbb
changes/26/24726/1
Richard Fuchs 7 years ago
parent
commit
5e558e9016
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      t/aes-crypt.c
  2. +4
    -0
      t/payload-tracker-test.c

+ 3
- 0
t/aes-crypt.c View File

@ -4,6 +4,9 @@
#include "crypto.h"
#include "rtplib.h"
#include "log.h"
#include "main.h"
struct rtpengine_config rtpe_config;
uint8_t test_key[46] = {
0xe1, 0xf9, 0x7a, 0x0d, 0x3e, 0x01, 0x8b, 0xe0,


+ 4
- 0
t/payload-tracker-test.c View File

@ -2,6 +2,10 @@
#include <string.h>
#include <stdlib.h>
#include "ssrc.h"
#include "main.h"
struct rtpengine_config rtpe_config;
static void most_cmp(struct payload_tracker *t, const char *cmp, const char *file, int line) {


Loading…
Cancel
Save