You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user