parent
043a45cf91
commit
657d9d5149
5 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "dialogs.h"
|
||||
|
||||
#include <boost/gil/gil_all.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
|
||||
AGI_DEFINE_EVENT(EVT_COLOR, agi::Color);
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include <libaegisub/util.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <boost/gil/gil_all.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "video_frame.h"
|
||||
|
||||
#include <boost/gil/gil_all.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
#include <wx/image.h>
|
||||
|
||||
namespace {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <libaegisub/format.h>
|
||||
#include <boost/gil/gil_all.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
|
||||
DummyVideoProvider::DummyVideoProvider(double fps, int frames, int width, int height, agi::Color colour, bool pattern)
|
||||
: framecount(frames)
|
||||
|
|
2
vendor/boost
vendored
2
vendor/boost
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 9ccd3390c8e9ef05f4cb681d15b2e14eac48886e
|
||||
Subproject commit 8d02ed770bbd22c7573b625657d8cc44aa19351a
|
Loading…
Reference in a new issue