projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0775db7
)
Don't fail build intentionally on unknown systems
author
Balint Reczey
<balint@balintreczey.hu>
Thu, 19 Aug 2021 22:03:29 +0000
(23:03 +0100)
committer
Moritz Mühlenhoff
<jmm@debian.org>
Thu, 19 Aug 2021 22:03:29 +0000
(23:03 +0100)
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