From: Balint Reczey Date: Tue, 7 Mar 2023 01:09:19 +0000 (-0500) Subject: Don't fail build intentionally on unknown systems X-Git-Tag: archive/raspbian/2.0.0+dfsg1-4+rpi1^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5ee8992274e98cec411ece1c34291451aff3a7f;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 40fc2c6..ef81797 100644 --- a/include/gpac/configuration.h +++ b/include/gpac/configuration.h @@ -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