]> git.pld-linux.org Git - packages/gpac.git/blobdiff - dont-err-build-on-uknown-system.patch
- up to 0.7.1 + add openssl 1.1.1 build fix
[packages/gpac.git] / dont-err-build-on-uknown-system.patch
diff --git a/dont-err-build-on-uknown-system.patch b/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
This page took 0.051353 seconds and 4 git commands to generate.