0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 02:18:53 +02:00

modules/media: Remove boost GIL stub.

This commit is contained in:
Jason Volk 2019-05-28 18:38:49 -07:00
parent f9ab38c667
commit 5bf83776af
2 changed files with 0 additions and 8 deletions

View file

@ -8,12 +8,6 @@
// copyright notice and this permission notice is present in all copies. The
// 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"
resource

View file

@ -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/gil
B2FLAGS="threading=$BTHREADING"
B2FLAGS+=" variant=$BVARIANT"
B2FLAGS+=" link=$BLINK"