mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make things compile again
This commit is contained in:
parent
7b52840adc
commit
98049fbf81
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <liboil/liboilfuncs.h>
|
||||
#include <liboil/liboil.h>
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
#include <pulse/timeval.h>
|
||||
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/core-error.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/g711.h>
|
||||
|
||||
|
|
@ -478,7 +480,6 @@ size_t pa_mix(
|
|||
|
||||
case PA_SAMPLE_FLOAT32RE: {
|
||||
unsigned channel = 0;
|
||||
float linear[PA_CHANNELS_MAX];
|
||||
|
||||
calc_linear_float_stream_volumes(streams, nstreams, volume, spec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue