projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad095b
)
Don't fail build intentionally on unknown systems
author
Balint Reczey
<balint@balintreczey.hu>
Tue, 25 May 2021 01:09:10 +0000
(21:09 -0400)
committer
Reinhard Tartler
<siretart@tauware.de>
Tue, 25 May 2021 01:09:10 +0000
(21:09 -0400)
Gbp-Pq: Name dont-err-build-on-uknown-system.patch
include/gpac/configuration.h
patch
|
blob
|
history
diff --git
a/include/gpac/configuration.h
b/include/gpac/configuration.h
index 181e751aec31a6109028de9053a57d8abff2705a..170fe1f3294b07769e0df2d9262286374f2b2757 100644
(file)
--- a/
include/gpac/configuration.h
+++ b/
include/gpac/configuration.h
@@
-188,8
+188,8
@@
This section documents the base data types of GPAC.
#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