projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5b688
)
Don't fail build intentionally on unknown systems
author
Balint Reczey
<balint@balintreczey.hu>
Sat, 21 Nov 2020 22:13:44 +0000
(17:13 -0500)
committer
Reinhard Tartler
<siretart@tauware.de>
Sat, 21 Nov 2020 22:13:44 +0000
(17:13 -0500)
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