From: Mathias Panzenböck Date: Fri, 24 Jun 2011 21:59:11 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/taglib/taglib X-Git-Tag: v1.8beta~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a04d7d0bbca9bd330ac97307a00ae52672bc1bef;p=taglib Merge branch 'master' of https://github.com/taglib/taglib Conflicts: taglib/CMakeLists.txt tests/CMakeLists.txt --- a04d7d0bbca9bd330ac97307a00ae52672bc1bef diff --cc taglib/CMakeLists.txt index 837006af,e3ebb5ab..c41c1ea6 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@@ -101,36 -97,18 +101,28 @@@ set(tag_HDR riff/aiff/aiffproperties.h riff/wav/wavfile.h riff/wav/wavproperties.h + asf/asffile.h + asf/asfproperties.h + asf/asftag.h + asf/asfattribute.h + asf/asfpicture.h + mp4/mp4file.h + mp4/mp4atom.h + mp4/mp4tag.h + mp4/mp4item.h + mp4/mp4properties.h + mp4/mp4coverart.h + mod/modfilebase.h + mod/modfile.h + mod/modtag.h + mod/modproperties.h + it/itfile.h + it/itproperties.h + s3m/s3mfile.h + s3m/s3mproperties.h + xm/xmfile.h + xm/xmproperties.h ) - if(WITH_ASF) - set(tag_HDRS ${tag_HDRS} - asf/asffile.h - asf/asfproperties.h - asf/asftag.h - asf/asfattribute.h - asf/asfpicture.h - ) - endif() - if(WITH_MP4) - set(tag_HDRS ${tag_HDRS} - mp4/mp4file.h - mp4/mp4atom.h - mp4/mp4tag.h - mp4/mp4item.h - mp4/mp4properties.h - mp4/mp4coverart.h - ) - endif() set(mpeg_SRCS mpeg/mpegfile.cpp @@@ -290,7 -246,7 +282,7 @@@ set(tag_LIB_SRC ${mpeg_SRCS} ${id3v1_SRCS} ${id3v2_SRCS} ${frames_SRCS} ${ogg_SRCS} ${vorbis_SRCS} ${oggflacs_SRCS} ${mpc_SRCS} ${ape_SRCS} ${toolkit_SRCS} ${flacs_SRCS} ${wavpack_SRCS} ${speex_SRCS} ${trueaudio_SRCS} ${riff_SRCS} ${aiff_SRCS} ${wav_SRCS} - ${mod_SRCS} ${s3m_SRCS} ${it_SRCS} ${xm_SRCS} - ${asf_SRCS} ${mp4_SRCS} ++ ${asf_SRCS} ${mp4_SRCS} ${mod_SRCS} ${s3m_SRCS} ${it_SRCS} ${xm_SRCS} tag.cpp tagunion.cpp fileref.cpp diff --cc tests/CMakeLists.txt index 5bbe511e,723803e9..67b29581 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@@ -51,22 -47,11 +51,15 @@@ SET(test_runner_SRC test_apetag.cpp test_wav.cpp test_wavpack.cpp + test_mp4.cpp + test_mp4item.cpp + test_mp4coverart.cpp + test_asf.cpp + test_mod.cpp + test_s3m.cpp + test_it.cpp + test_xm.cpp ) - IF(WITH_MP4) - SET(test_runner_SRCS ${test_runner_SRCS} - test_mp4.cpp - test_mp4item.cpp - test_mp4coverart.cpp - ) - ENDIF(WITH_MP4) - - IF(WITH_ASF) - SET(test_runner_SRCS ${test_runner_SRCS} test_asf.cpp) - ENDIF(WITH_ASF) ADD_EXECUTABLE(test_runner ${test_runner_SRCS}) TARGET_LINK_LIBRARIES(test_runner tag ${CPPUNIT_LIBRARIES})