Conflicts:
taglib/asf/asfpicture.cpp
taglib/it/itproperties.h
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
endif()
-endif(ENABLE_STATIC_RUNTIME)
+ if (MSVC AND ENABLE_STATIC_RUNTIME)
+ foreach(flag_var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO)
+ string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
+ endforeach(flag_var)
++endif()
set(TAGLIB_LIB_MAJOR_VERSION "1")
set(TAGLIB_LIB_MINOR_VERSION "7")
uint instrumentCount() const;
uchar lengthInPatterns() const;
-#if !defined(_MSC_VER)
-- protected:
-#endif
void setChannels(int channels);
void setInstrumentCount(uint sampleCount);
uchar tempo() const;
uchar bpmSpeed() const;
-#if !defined(_MSC_VER)
-- protected:
-#endif
void setChannels(int channels);
void setLengthInPatterns (ushort lengthInPatterns);
ushort tempo() const;
ushort bpmSpeed() const;
-#if !defined(_MSC_VER)
-- protected:
-#endif
void setChannels(int channels);
void setLengthInPatterns(ushort lengthInPatterns);