diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-08 09:00:06 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-08 09:00:06 -0500 |
commit | f3088bc3de7db3d3bf5234cb8327b2bfa1e0a025 (patch) | |
tree | e4fffc99d900c9c18b0472cdd091f8e74a1ab2f4 /config.h.in | |
parent | 7badb5a24e6e361890778df4b6ef6ae62335f8f7 (diff) | |
download | amarok-f3088bc3de7db3d3bf5234cb8327b2bfa1e0a025.tar.gz amarok-f3088bc3de7db3d3bf5234cb8327b2bfa1e0a025.zip |
Fix abort on startup due to oversized tray icon creation when icon widget has not yet been shown
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 86dab1c2..34a6a06f 100644 --- a/config.h.in +++ b/config.h.in @@ -106,10 +106,13 @@ /* have mp4v2 */ #undef HAVE_MP4V2 -/* Define to 1 if you have the <mp4v2/mp4v2.h> header file. */ +/* have mp4v2 h */ #undef HAVE_MP4V2_H -/* Define to 1 if you have the <mp4.h> header file. */ +/* Define to 1 if you have the <mp4v2/mp4v2.h> header file. */ +#undef HAVE_MP4V2_MP4V2_H + +/* have mp4 h */ #undef HAVE_MP4_H /* have NMM */ @@ -399,6 +402,9 @@ int snprintf(char *str, size_t n, char const *fmt, ...); #endif +/* define to 1 if -fvisibility is supported */ +#undef __KDE_HAVE_GCC_VISIBILITY + #if defined(__SVR4) && !defined(__svr4__) #define __svr4__ 1 |