Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd1e4ad5 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix simulator build, part 1/n

Change-Id: If0a42ab262ee6aa6381ce95bd49baf232adb01c5
parent 066b5c51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ int AmrCodec::set(int sampleRate, const char *fmtp)
    }

    // Handle mode-set and octet-align.
    char *modes = strcasestr(fmtp, "mode-set=");
    const char *modes = strcasestr(fmtp, "mode-set=");
    if (modes) {
        mMode = 0;
        mModeSet = 0;
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <math.h>

#define LOG_TAG "Echo"