summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-29 18:36:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-29 23:51:47 +0900
commit920317f1a41ea72f8f016b3db967191dfb4f5492 (patch)
tree614b9c869d4e87427b88c3251b2ee175eea64faa
parentf65a58e4f7c6e06ad9ce6381805788f4fdf9973e (diff)
downloadkmplayer-r14.1.x.tar.gz
kmplayer-r14.1.x.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 51452f2e68ea3fba1776d125ce27416c90b544ec)
-rw-r--r--src/moz-sdk/nptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moz-sdk/nptypes.h b/src/moz-sdk/nptypes.h
index 8307c26..677ff6b 100644
--- a/src/moz-sdk/nptypes.h
+++ b/src/moz-sdk/nptypes.h
@@ -47,7 +47,7 @@
*/
typedef int int32_t;
typedef unsigned int uint32_t;
-#elif defined(_AIX) || defined(__sun) || defined(IRIX)
+#elif defined(_AIX) || defined(__sun)
/*
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
* but not bool for C.