mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fixes for bugs found when compiling with gcc 2.95
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@301 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
92f73a741f
commit
966c78ccae
5 changed files with 4 additions and 7 deletions
|
|
@ -397,7 +397,7 @@ static int trivial_init(struct pa_resampler*r) {
|
|||
}
|
||||
|
||||
const char *pa_resample_method_to_string(enum pa_resample_method m) {
|
||||
static const char const* resample_methods[] = {
|
||||
static const char * const resample_methods[] = {
|
||||
"src-sinc-best-quality",
|
||||
"src-sinc-medium-quality",
|
||||
"src-sinc-fastest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue