mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 12:05:39 +00:00
Moved a #define in VideoFFmpegComponent
This commit is contained in:
parent
e2c9da9891
commit
075ad393d0
|
@ -6,8 +6,6 @@
|
||||||
// Video player based on FFmpeg.
|
// Video player based on FFmpeg.
|
||||||
//
|
//
|
||||||
|
|
||||||
#define DEBUG_VIDEO false
|
|
||||||
|
|
||||||
#include "components/VideoFFmpegComponent.h"
|
#include "components/VideoFFmpegComponent.h"
|
||||||
|
|
||||||
#include "AudioManager.h"
|
#include "AudioManager.h"
|
||||||
|
@ -21,6 +19,8 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
||||||
|
#define DEBUG_VIDEO false
|
||||||
|
|
||||||
#if LIBAVUTIL_VERSION_MAJOR >= 58 || \
|
#if LIBAVUTIL_VERSION_MAJOR >= 58 || \
|
||||||
(LIBAVUTIL_VERSION_MAJOR >= 57 && LIBAVUTIL_VERSION_MINOR >= 28)
|
(LIBAVUTIL_VERSION_MAJOR >= 57 && LIBAVUTIL_VERSION_MINOR >= 28)
|
||||||
// FFmpeg 5.1 and above.
|
// FFmpeg 5.1 and above.
|
||||||
|
|
Loading…
Reference in a new issue