mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/media: Remove boost GIL stub.
This commit is contained in:
parent
f9ab38c667
commit
5bf83776af
2 changed files with 0 additions and 8 deletions
|
@ -8,12 +8,6 @@
|
||||||
// copyright notice and this permission notice is present in all copies. The
|
// copyright notice and this permission notice is present in all copies. The
|
||||||
// full license for this software is available in the LICENSE file.
|
// full license for this software is available in the LICENSE file.
|
||||||
|
|
||||||
#include <boost/gil/image.hpp>
|
|
||||||
#include <boost/gil/typedefs.hpp>
|
|
||||||
// #include <boost/gil/extension/io/jpeg_io.hpp>
|
|
||||||
// #include <boost/gil/extension/numeric/sampler.hpp>
|
|
||||||
// #include <boost/gil/extension/numeric/resample.hpp>
|
|
||||||
|
|
||||||
#include "media.h"
|
#include "media.h"
|
||||||
|
|
||||||
resource
|
resource
|
||||||
|
|
|
@ -175,8 +175,6 @@ run git submodule update --init --recursive --checkout libs/algorithm
|
||||||
|
|
||||||
run git submodule update --init --recursive --checkout libs/locale
|
run git submodule update --init --recursive --checkout libs/locale
|
||||||
|
|
||||||
run git submodule update --init --recursive --checkout libs/gil
|
|
||||||
|
|
||||||
B2FLAGS="threading=$BTHREADING"
|
B2FLAGS="threading=$BTHREADING"
|
||||||
B2FLAGS+=" variant=$BVARIANT"
|
B2FLAGS+=" variant=$BVARIANT"
|
||||||
B2FLAGS+=" link=$BLINK"
|
B2FLAGS+=" link=$BLINK"
|
||||||
|
|
Loading…
Reference in a new issue