From 9fc055652a1fad9e1c6c6a8fd1f6df994a4ec28e Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Wed, 25 Nov 2020 15:43:00 -0500 Subject: [PATCH] Don't fail build intentionally on unknown systems Gbp-Pq: Name dont-err-build-on-uknown-system.patch --- include/gpac/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2