Include messages in the compile display to make sure the right

ffmpeg version is used (>= 3.2) to get hardware acceleration
This commit is contained in:
eisneinechse
2018-09-18 12:38:53 -07:00
parent 800dc87459
commit 161acb3d7d
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,12 @@
#define PRAYFORAWONDER 0
#if IS_FFMPEG_3_2
#pragma message "You are compiling with experimental hardware decode"
#else
#pragma message "You are compiling only with software decode"
#endif
#if IS_FFMPEG_3_2
#define MAX_SUPPORTED_WIDTH 1950
#define MAX_SUPPORTED_HEIGHT 1100