diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2025-01-25 01:31:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2025-01-25 22:52:39 +0100 |
commit | 62c533380bdcf46e4500315455efff14828651b0 (patch) | |
tree | e513c354f294b01430998f2cbee64952f90d9392 /config.h.cmake | |
parent | 34d733475f8f959d9bac4afdfe4cc639c31d0d16 (diff) | |
download | soundkonverter-62c533380bdcf46e4500315455efff14828651b0.tar.gz soundkonverter-62c533380bdcf46e4500315455efff14828651b0.zip |
Fix the problem of linking taglib2 on 32 bit architectures
if taglib is not built with large files support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit bee4995859c674cc3c913cfec544b41efed934a9)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index df9018d..b83cecf 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -10,3 +10,6 @@ // Define if you have int and long types #cmakedefine SIZEOF_INT @SIZEOF_INT@ #cmakedefine SIZEOF_LONG @SIZEOF_LONG@ + +// Define if taglib can be built with large files support +#cmakedefine TAGLIB_LARGE_FILES_SUPPORT 1 |