Don't fail build intentionally on unknown systems
authorBalint Reczey <balint@balintreczey.hu>
Sat, 27 Jun 2015 03:10:29 +0000 (20:10 -0700)
committerBalint Reczey <balint@balintreczey.hu>
Sat, 27 Jun 2015 03:10:29 +0000 (20:10 -0700)
debian/patches/dont-err-build-on-uknown-system.patch [new file with mode: 0644]
debian/patches/series

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 (file)
index 0000000..2d57c36
--- /dev/null
@@ -0,0 +1,18 @@
+Description: Don't fail build intentionally on unknown systems
+Author: Balint Reczey <balint@balintreczey.hu>
+
+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
index 49b48c80906e2884b758aafd0d7a5749a5bd77ad..8c3883663567ea26cfe25aadad3186f00deacb27 100644 (file)
@@ -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