You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge branch 'hardware-support' of github.com:OpenShot/libopenshot into hardware-support
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
#if IS_FFMPEG_3_2
|
||||
#pragma message "You are compiling with experimental hardware encode"
|
||||
#else
|
||||
#pragma message "You are compiling only with software encode"
|
||||
#endif
|
||||
|
||||
#if IS_FFMPEG_3_2
|
||||
int hw_en_on = 1; // Is set in UI
|
||||
int hw_en_supported = 0; // Is set by FFmpegWriter
|
||||
|
||||
Reference in New Issue
Block a user