You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Don't use OpenShot.h in ExampleHtml.cpp
When `#include`-ing the whole mess, building the file was leading to what looked like out-of-memory errors. Replacing the monolithic header with just the necessary ones cleared it up.
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
#include <QGuiApplication>
|
||||
#include <QTimer>
|
||||
|
||||
#include "OpenShot.h"
|
||||
#include "QtHtmlReader.h"
|
||||
#include "FFmpegWriter.h"
|
||||
#include "Fraction.h"
|
||||
#include "Enums.h" // for GRAVITY_BOTTOM_RIGHT
|
||||
#include "CrashHandler.h"
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
Reference in New Issue
Block a user