]> git.pld-linux.org Git - packages/gpac.git/blob - 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
1 Description: Don't fail build intentionally on unknown systems
2 Author: Balint Reczey <balint@balintreczey.hu>
3
4 diff --git a/include/gpac/configuration.h b/include/gpac/configuration.h
5 index 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.024204 seconds and 3 git commands to generate.