Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2020-05-30 14:05:18 +02:00
4 changed files with 18 additions and 7 deletions

View File

@@ -29,6 +29,9 @@
#else
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
/* on macOS, OpenAL is deprecated, but since the user asked to enable
this plugin, let's ignore the compiler warnings */
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
class OpenALOutput final : AudioOutput {