mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
chore: added missing definition for FF_API_OLD_CHANNEL_LAYOUT
This commit is contained in:
parent
2ab211df2e
commit
88da5d096e
@ -20,6 +20,9 @@ extern "C" {
|
||||
#ifndef FF_API_FIFO_OLD_API
|
||||
#define FF_API_FIFO_OLD_API (LIBAVUTIL_VERSION_MAJOR < 59)
|
||||
#endif
|
||||
#ifndef FF_API_OLD_CHANNEL_LAYOUT
|
||||
#define FF_API_OLD_CHANNEL_LAYOUT (LIBAVUTIL_VERSION_MAJOR < 59)
|
||||
#endif
|
||||
|
||||
namespace WallpaperEngine::Audio {
|
||||
class CAudioContext;
|
||||
|
Loading…
Reference in New Issue
Block a user