Skip to content

Commit

Permalink
Don't use OpenShot.h in ExampleHtml.cpp
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ferdnyc committed Apr 18, 2021
1 parent 2c9d2f2 commit c6aae47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/ExampleHtml.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit c6aae47

Please sign in to comment.