]> git.pld-linux.org Git - packages/gpac.git/blame - dont-err-build-on-uknown-system.patch
- rel 2; typo fix
[packages/gpac.git] / dont-err-build-on-uknown-system.patch
CommitLineData
ebe39204
AM
1Description: Don't fail build intentionally on unknown systems
2Author: Balint Reczey <balint@balintreczey.hu>
3
4diff --git a/include/gpac/configuration.h b/include/gpac/configuration.h
5index 2c58fc3..70dcafc 100644
6--- a/include/gpac/configuration.h
7+++ b/include/gpac/configuration.h
8@@ -147,8 +147,8 @@
9 #define GPAC_HAS_JPEG
10 #define GPAC_HAS_PNG
11
12-#else
13-#error "Unknown target platform used with static configuration file"
14+//#else
15+//#error "Unknown target platform used with static configuration file"
16 #endif
17
18
This page took 0.026326 seconds and 4 git commands to generate.