From 98370c47578a43f0c4c714fa4f4957b9917868f6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 26 Jun 2015 20:10:29 -0700 Subject: [PATCH] Don't fail build intentionally on unknown systems --- .../dont-err-build-on-uknown-system.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/patches/dont-err-build-on-uknown-system.patch diff --git a/debian/patches/dont-err-build-on-uknown-system.patch b/debian/patches/dont-err-build-on-uknown-system.patch new file mode 100644 index 0000000..2d57c36 --- /dev/null +++ b/debian/patches/dont-err-build-on-uknown-system.patch @@ -0,0 +1,18 @@ +Description: Don't fail build intentionally on unknown systems +Author: Balint Reczey + +diff --git a/include/gpac/configuration.h b/include/gpac/configuration.h +index 2c58fc3..70dcafc 100644 +--- a/include/gpac/configuration.h ++++ b/include/gpac/configuration.h +@@ -147,8 +147,8 @@ + #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 + + diff --git a/debian/patches/series b/debian/patches/series index 49b48c8..8c38836 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ mp4box-manpage-fix.patch gcc-optflags.patch libav10.patch export_gf_isom_set_pixel_aspect_ratio.patch +dont-err-build-on-uknown-system.patch -- 2.30.2