diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:10:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:11:53 +0900 |
commit | 54463fd255f9b98da067be72482e85fa3c6f2fec (patch) | |
tree | 3ee9dc2fe76a76163409a545f69b72c24bfa4598 | |
parent | 36694213cc27d70ca4b5c1dfee60d92684a78c0a (diff) | |
download | kmplayer-54463fd255f9b98da067be72482e85fa3c6f2fec.tar.gz kmplayer-54463fd255f9b98da067be72482e85fa3c6f2fec.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f5b4d1c7d04a2489ecf589abfd3f48c21da0bc80)
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 317a784..db1db34 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |