]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Allow data files to be fetched somewhere else than the current directory.
[movit] / test_util.cpp
index 9053c5e6d6e9f003d34c45299bc8cf494e8990f5..2ddf6651ece97b115d4f7bc60dfa20dd658e3427 100644 (file)
@@ -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);