]> git.imager.perl.org - imager.git/blobdiff - trans2.c
when probing for TIFF, set LD_RUN_PATH just as the Makefile does so
[imager.git] / trans2.c
index 810c436b0476927ad13aa8a5caaf36094d982e14..3719893080d1f4e9fc24ef7bc3d0663b3a9181a2 100644 (file)
--- a/trans2.c
+++ b/trans2.c
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 #include "regmach.h"
 
 /*
@@ -69,7 +69,7 @@ i_img* i_transform2(int width, int height, int channels,
     for (y = 0; y < height; ++y) {
       n_regs[0] = x;
       n_regs[1] = y;
-      val = rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, 
+      val = i_rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, 
                   in_imgs, in_imgs_count);
       i_ppix(new_img, x, y, &val);
     }