From: Balint Reczey Date: Thu, 19 Aug 2021 22:03:29 +0000 (+0100) Subject: Don't fail build intentionally on unknown systems X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1+deb11u1~2^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f4fd6ef634d5bdbd0b3b5ab85971f9e73e9be31a;p=gpac.git Don't fail build intentionally on unknown systems Gbp-Pq: Name dont-err-build-on-uknown-system.patch --- diff --git a/include/gpac/configuration.h b/include/gpac/configuration.h index 181e751..170fe1f 100644 --- a/include/gpac/configuration.h +++ b/include/gpac/configuration.h @@ -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