Add a library path for a test script.
[dcpomatic.git] / test / resampler_test.cc
index fb4b98861c18afc65a421b3a075c4d9571a4eda1..6f102dd4c452d15dbd2645e580ae281070de0d87 100644 (file)
@@ -35,7 +35,7 @@ using boost::shared_ptr;
 static void
 resampler_test_one (int from, int to)
 {
-       Resampler resamp (from, to, 1, false);
+       Resampler resamp (from, to, 1);
 
        /* 3 hours */
        int64_t const N = int64_t (from) * 60 * 60 * 3;