Merge pull request #4052 from AOSC-Tracking/aosc/v0.12.0

This commit is contained in:
Alexis Rouillard
2025-04-14 08:34:57 +02:00
committed by GitHub

View File

@ -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