53 if (strcmp(argv[1], "-buildonly") == 0)
54 return 0;
55 }
56
57 loop_sdl(rt, cam);
58
59 return 0;
58 }
60 }