mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 4.6.5: Fix build with FFmpeg 5.1.
This commit is contained in:
parent
df594de4bf
commit
01d6cacee5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ extern "C" {
|
||||||
#include <libavutil/version.h>
|
#include <libavutil/version.h>
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|
||||||
#define DA_FFMPEG_NEW_CHANNEL_LAYOUT (LIBAVUTIL_VERSION_MAJOR >= 59)
|
#define DA_FFMPEG_NEW_CHANNEL_LAYOUT (LIBAVUTIL_VERSION_MAJOR >= 57)
|
||||||
|
|
||||||
class QImage;
|
class QImage;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue