projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0171a17
)
Don't fail build intentionally on unknown systems
author
Balint Reczey
<balint@balintreczey.hu>
Fri, 25 Feb 2022 19:59:30 +0000
(14:59 -0500)
committer
Sebastian Ramacher
<sramacher@debian.org>
Fri, 25 Feb 2022 19:59:30 +0000
(14:59 -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