Skip to content

errors in sound.c #2

@l29ah

Description

@l29ah

src/sound/sound.c: В функции «destruct»:
src/sound/sound.c:22:20: ошибка: «struct tcsound» не содержит элемента с именем «tmr»
tmr_cancel(&snd->tmr);
^
src/sound/sound.c: В функции «tcsound_alloc»:
src/sound/sound.c:46:18: ошибка: «struct tcsound» не содержит элемента с именем «tmr»
tmr_init(&snd->tmr);
^
src/sound/sound.c: В функции «tcsound_start»:
src/sound/sound.c:93:25: ошибка: «app» undeclared (first use in this function)
ajitter_set_handler(app->record_jitter, captured, snd);
^

tcsip вообще когда-нибудь собирался? (;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions