Merge pull request #4052 from AOSC-Tracking/aosc/v0.12.0
This commit is contained in:
@ -5,7 +5,16 @@
|
|||||||
|
|
||||||
namespace cava {
|
namespace cava {
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
// Need sdl_glsl output feature to be enabled on libcava
|
||||||
|
#ifndef SDL_GLSL
|
||||||
|
#define SDL_GLSL
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cava/common.h>
|
#include <cava/common.h>
|
||||||
|
|
||||||
|
#ifdef SDL_GLSL
|
||||||
|
#undef SDL_GLSL
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
} // namespace cava
|
} // namespace cava
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user