File vcglib-trimesh.patch of Package meshlab
diff -ru vcglib-2023.12.orig/wrap/io_trimesh/import_ply.h vcglib-2023.12/wrap/io_trimesh/import_ply.h
--- vcglib-2023.12.orig/src/vcglib/wrap/io_trimesh/import_ply.h 2025-07-07 15:36:09.293012637 +0200
+++ vcglib-2023.12/src/vcglib/wrap/io_trimesh/import_ply.h 2025-07-07 16:17:45.836107565 +0200
@@ -1083,6 +1083,7 @@
}
+#if 0
// Caricamento camera da un ply
int LoadCamera(const char * filename)
{
@@ -1155,6 +1156,7 @@
return 0;
}
+#endif /* LoadCamera */
static bool LoadMask(const char * filename, int &mask)