Add my old WMA and MP4 code. It is disabled by default, must be explicitly enabled...
authorLukáš Lalinský <lalinsky@gmail.com>
Wed, 12 Nov 2008 08:17:11 +0000 (08:17 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Wed, 12 Nov 2008 08:17:11 +0000 (08:17 +0000)
commit5df6ef092bfbba0807fa1989476ec54fc2e15c1a
treec61e035fefb0f8e761a2be0827362cad8cc18900
parentfa31fa29d738fbd24857f47a1ac75b11f3a4a986
Add my old WMA and MP4 code. It is disabled by default, must be explicitly enabled to be compiled.

Scott: If you think this is really a bad idea, please revert.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@883108 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
41 files changed:
CMakeLists.txt
bindings/c/CMakeLists.txt
bindings/c/Makefile.am
bindings/c/tag_c.cpp
bindings/c/tag_c.h
config-taglib.h.cmake
taglib/CMakeLists.txt
taglib/Makefile.am
taglib/asf/CMakeLists.txt [new file with mode: 0644]
taglib/asf/Makefile.am [new file with mode: 0644]
taglib/asf/asfattribute.cpp [new file with mode: 0644]
taglib/asf/asfattribute.h [new file with mode: 0644]
taglib/asf/asffile.cpp [new file with mode: 0644]
taglib/asf/asffile.h [new file with mode: 0644]
taglib/asf/asfproperties.cpp [new file with mode: 0644]
taglib/asf/asfproperties.h [new file with mode: 0644]
taglib/asf/asftag.cpp [new file with mode: 0644]
taglib/asf/asftag.h [new file with mode: 0644]
taglib/fileref.cpp
taglib/mp4/CMakeLists.txt [new file with mode: 0644]
taglib/mp4/Makefile.am [new file with mode: 0644]
taglib/mp4/mp4atom.cpp [new file with mode: 0644]
taglib/mp4/mp4atom.h [new file with mode: 0644]
taglib/mp4/mp4file.cpp [new file with mode: 0644]
taglib/mp4/mp4file.h [new file with mode: 0644]
taglib/mp4/mp4item.cpp [new file with mode: 0644]
taglib/mp4/mp4item.h [new file with mode: 0644]
taglib/mp4/mp4properties.cpp [new file with mode: 0644]
taglib/mp4/mp4properties.h [new file with mode: 0644]
taglib/mp4/mp4tag.cpp [new file with mode: 0644]
taglib/mp4/mp4tag.h [new file with mode: 0644]
taglib/taglib.pro
tests/CMakeLists.txt
tests/data/click.wv [new file with mode: 0644]
tests/data/has-tags.m4a [new file with mode: 0644]
tests/data/no-tags.3g2 [new file with mode: 0644]
tests/data/no-tags.m4a [new file with mode: 0644]
tests/data/silence-1.wma [new file with mode: 0644]
tests/test_asf.cpp [new file with mode: 0644]
tests/test_fileref.cpp
tests/test_mp4.cpp [new file with mode: 0644]