Don't fail build intentionally on unknown systems
authorBalint Reczey <balint@balintreczey.hu>
Sat, 8 May 2021 12:28:54 +0000 (13:28 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 8 May 2021 12:28:54 +0000 (13:28 +0100)
Gbp-Pq: Name dont-err-build-on-uknown-system.patch

include/gpac/configuration.h

index 181e751aec31a6109028de9053a57d8abff2705a..170fe1f3294b07769e0df2d9262286374f2b2757 100644 (file)
@@ -188,8 +188,8 @@ This section documents the base data types of GPAC.
 #define GPAC_HAS_JPEG
 #define GPAC_HAS_PNG
 
-#else
-#error "Unknown target platform used with static configuration file"
+//#else
+//#error "Unknown target platform used with static configuration file"
 #endif