1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-16 00:26:42 +02:00

Half-hearted attempt at making toxic work on osx.

Video has no chance without X11 for now.
This commit is contained in:
iphydf
2020-03-30 13:35:34 +01:00
parent 98cb7f58c0
commit 46513017e3
4 changed files with 44 additions and 35 deletions

View File

@@ -29,17 +29,12 @@
#include "line_info.h"
#include "settings.h"
#ifdef __APPLE__
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
#else
#include <AL/al.h>
#include <AL/alc.h>
/* compatibility with older versions of OpenAL */
#ifndef ALC_ALL_DEVICES_SPECIFIER
#include <AL/alext.h>
#endif /* ALC_ALL_DEVICES_SPECIFIER */
#endif /* __APPLE__ */
#include <stdbool.h>
#include <string.h>