mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 05:46:48 +08:00
fix: build on old ffmpeg versions
This commit is contained in:
parent
770eb0f0ef
commit
94f382dcd2
@ -3,3 +3,7 @@
|
||||
#include "WallpaperEngine/Core/Wallpapers/CWeb.h"
|
||||
#include "WallpaperEngine/Logging/CLog.h"
|
||||
|
||||
// TODO: FIND A BETTER PLACE TO DO THIS? OLD_API MIGHT EXIST BUT THIS DEFINE MIGHT NOT BE DEFINED...
|
||||
#ifndef FF_API_FIFO_OLD_API
|
||||
#define FF_API_FIFO_OLD_API (LIBAVUTIL_VERSION_MAJOR < 59)
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user