mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tests: fix warning
This commit is contained in:
parent
b7b9e7dc6e
commit
bd6081018f
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <libgen.h>
|
||||||
|
|
||||||
#include <sndfile.h>
|
#include <sndfile.h>
|
||||||
|
|
||||||
|
|
@ -293,7 +294,7 @@ static void interleave(float *data, uint32_t channels, uint32_t samples)
|
||||||
memcpy(data, temp, sizeof(temp));
|
memcpy(data, temp, sizeof(temp));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void usage(const char *exe)
|
static void usage(char *exe)
|
||||||
{
|
{
|
||||||
printf("Usage: %s rec_file play_file out_file <\"aec args\">\n", basename(exe));
|
printf("Usage: %s rec_file play_file out_file <\"aec args\">\n", basename(exe));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue