projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6f935
)
Don't fail build intentionally on unknown systems
author
Balint Reczey
<balint@balintreczey.hu>
Tue, 7 Mar 2023 01:09:19 +0000
(20:09 -0500)
committer
Reinhard Tartler
<siretart@tauware.de>
Tue, 7 Mar 2023 01:09:19 +0000
(20:09 -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 40fc2c60a498100d2c90cefe04f494c40372494a..ef81797a3ec2c02860b1862255fd5602ffe7008a 100644
(file)
--- a/
include/gpac/configuration.h
+++ b/
include/gpac/configuration.h
@@
-196,8
+196,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