Don't fail build intentionally on unknown systems
authorBalint Reczey <balint@balintreczey.hu>
Tue, 7 Mar 2023 01:09:19 +0000 (20:09 -0500)
committerReinhard Tartler <siretart@tauware.de>
Tue, 7 Mar 2023 01:09:19 +0000 (20:09 -0500)
Gbp-Pq: Name dont-err-build-on-uknown-system.patch

include/gpac/configuration.h

index 40fc2c60a498100d2c90cefe04f494c40372494a..ef81797a3ec2c02860b1862255fd5602ffe7008a 100644 (file)
@@ -196,8 +196,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