Commit 694359e4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt: fix compilation (fixes #13834)

parent 048ea8aa
......@@ -207,7 +207,7 @@ static int getDefaultAudioVolume(vlc_object_t *obj, const char *aout)
return -1;
else
#ifdef __APPLE__
if (!strcmp("auhal") && module_exists("auhal"))
if (!strcmp(aout, "auhal") && module_exists("auhal"))
return (config_GetFloat(obj, "auhal-volume") * 100.f + .5f)
/ AOUT_VOLUME_DEFAULT;
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment