Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 689196 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/colour_button.cpp (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
#include "dialogs.h"
19
#include "dialogs.h"
20
20
21
#include <boost/gil/gil_all.hpp>
21
#include <boost/gil.hpp>
22
22
23
AGI_DEFINE_EVENT(EVT_COLOR, agi::Color);
23
AGI_DEFINE_EVENT(EVT_COLOR, agi::Color);
24
24
(-)a/src/subtitles_provider_libass.cpp (-1 / +1 lines)
Lines 46-52 Link Here
46
#include <libaegisub/util.h>
46
#include <libaegisub/util.h>
47
47
48
#include <atomic>
48
#include <atomic>
49
#include <boost/gil/gil_all.hpp>
49
#include <boost/gil.hpp>
50
#include <memory>
50
#include <memory>
51
#include <mutex>
51
#include <mutex>
52
52
(-)a/src/video_frame.cpp (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
#include "video_frame.h"
17
#include "video_frame.h"
18
18
19
#include <boost/gil/gil_all.hpp>
19
#include <boost/gil.hpp>
20
#include <wx/image.h>
20
#include <wx/image.h>
21
21
22
namespace {
22
namespace {
(-)a/src/video_provider_dummy.cpp (-1 / +1 lines)
Lines 45-51 Link Here
45
#include <boost/algorithm/string/predicate.hpp>
45
#include <boost/algorithm/string/predicate.hpp>
46
#include <boost/filesystem/path.hpp>
46
#include <boost/filesystem/path.hpp>
47
#include <libaegisub/format.h>
47
#include <libaegisub/format.h>
48
#include <boost/gil/gil_all.hpp>
48
#include <boost/gil.hpp>
49
49
50
DummyVideoProvider::DummyVideoProvider(double fps, int frames, int width, int height, agi::Color colour, bool pattern)
50
DummyVideoProvider::DummyVideoProvider(double fps, int frames, int width, int height, agi::Color colour, bool pattern)
51
: framecount(frames)
51
: framecount(frames)

Return to bug 689196