]> git.cworth.org Git - fips/blobdiff - fips.c
Start wrapping OpenGL, and print periodic FPS value to stdout.
[fips] / fips.c
diff --git a/fips.c b/fips.c
index dbb8158b6ea0eee2b79ffed8b1dbb31f46802acc..98cd9ba2ddf287ff3aeab11066b9f54c2124f723 100644 (file)
--- a/fips.c
+++ b/fips.c
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
                exit (1);
        }
 
-       ret = execute (argc - optind, &argv[optind]);
+       ret = execute_with_preload (argc - optind, &argv[optind], "libfips.so");
 
        return ret;
 }