X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=2ddf6651ece97b115d4f7bc60dfa20dd658e3427;hp=9053c5e6d6e9f003d34c45299bc8cf494e8990f5;hb=5614a34b00bbcfdb3d0f5a7dc1fc4205e7088cdf;hpb=29072985d0a00a53e5b578a1444cee61a0c9e1f2;ds=sidebyside diff --git a/test_util.cpp b/test_util.cpp index 9053c5e..2ddf665 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -29,7 +29,7 @@ EffectChainTester::EffectChainTester(const float *data, unsigned width, unsigned GLenum framebuffer_format) : chain(width, height), width(width), height(height), finalized(false) { - init_movit(); + init_movit("."); if (data != NULL) { add_input(data, pixel_format, color_space, gamma_curve);