From 40bdaedb71d5b494b8407362ea25cf87a729ef92 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 11 Apr 2009 17:13:24 +0000 Subject: [PATCH] This commit adds support for building taglib-extras against taglib during kdesupport build time. If kdesupport is not what is being built, the normal system taglib is used. This adds forward includes to taglib; these may be very useful to other projects as well, since taglib's includes are rather spread out. The README file in the include folder has instructions for regenerating them. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@952369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- include/README | 16 ++++++++++++++++ include/aifffile.h | 1 + include/aiffproperties.h | 1 + include/apefooter.h | 1 + include/apeitem.h | 1 + include/apetag.h | 1 + include/asfattribute.h | 1 + include/asffile.h | 1 + include/asfproperties.h | 1 + include/asftag.h | 1 + include/attachedpictureframe.h | 1 + include/audioproperties.h | 1 + include/commentsframe.h | 1 + include/fileref.h | 1 + include/flacfile.h | 1 + include/flacproperties.h | 1 + include/generalencapsulatedobjectframe.h | 1 + include/id3v1genres.h | 1 + include/id3v1tag.h | 1 + include/id3v2extendedheader.h | 1 + include/id3v2footer.h | 1 + include/id3v2frame.h | 1 + include/id3v2framefactory.h | 1 + include/id3v2header.h | 1 + include/id3v2synchdata.h | 1 + include/id3v2tag.h | 1 + include/mp4atom.h | 1 + include/mp4file.h | 1 + include/mp4item.h | 1 + include/mp4properties.h | 1 + include/mp4tag.h | 1 + include/mpcfile.h | 1 + include/mpcproperties.h | 1 + include/mpegfile.h | 1 + include/mpegheader.h | 1 + include/mpegproperties.h | 1 + include/oggfile.h | 1 + include/oggflacfile.h | 1 + include/oggpage.h | 1 + include/oggpageheader.h | 1 + include/popularimeterframe.h | 1 + include/privateframe.h | 1 + include/relativevolumeframe.h | 1 + include/rifffile.h | 1 + include/speexfile.h | 1 + include/speexproperties.h | 1 + include/tag.h | 1 + include/taglib.h | 1 + include/taglib_export.h | 1 + include/tagunion.h | 1 + include/tbytevector.h | 1 + include/tbytevectorlist.h | 1 + include/tdebug.h | 1 + include/textidentificationframe.h | 1 + include/tfile.h | 1 + include/tlist.h | 1 + include/tmap.h | 1 + include/trueaudiofile.h | 1 + include/trueaudioproperties.h | 1 + include/tstring.h | 1 + include/tstringlist.h | 1 + include/unicode.h | 1 + include/uniquefileidentifierframe.h | 1 + include/unknownframe.h | 1 + include/unsynchronizedlyricsframe.h | 1 + include/urllinkframe.h | 1 + include/vorbisfile.h | 1 + include/vorbisproperties.h | 1 + include/wavfile.h | 1 + include/wavpackfile.h | 1 + include/wavpackproperties.h | 1 + include/wavproperties.h | 1 + include/xingheader.h | 1 + include/xiphcomment.h | 1 + 74 files changed, 89 insertions(+) create mode 100644 include/README create mode 100644 include/aifffile.h create mode 100644 include/aiffproperties.h create mode 100644 include/apefooter.h create mode 100644 include/apeitem.h create mode 100644 include/apetag.h create mode 100644 include/asfattribute.h create mode 100644 include/asffile.h create mode 100644 include/asfproperties.h create mode 100644 include/asftag.h create mode 100644 include/attachedpictureframe.h create mode 100644 include/audioproperties.h create mode 100644 include/commentsframe.h create mode 100644 include/fileref.h create mode 100644 include/flacfile.h create mode 100644 include/flacproperties.h create mode 100644 include/generalencapsulatedobjectframe.h create mode 100644 include/id3v1genres.h create mode 100644 include/id3v1tag.h create mode 100644 include/id3v2extendedheader.h create mode 100644 include/id3v2footer.h create mode 100644 include/id3v2frame.h create mode 100644 include/id3v2framefactory.h create mode 100644 include/id3v2header.h create mode 100644 include/id3v2synchdata.h create mode 100644 include/id3v2tag.h create mode 100644 include/mp4atom.h create mode 100644 include/mp4file.h create mode 100644 include/mp4item.h create mode 100644 include/mp4properties.h create mode 100644 include/mp4tag.h create mode 100644 include/mpcfile.h create mode 100644 include/mpcproperties.h create mode 100644 include/mpegfile.h create mode 100644 include/mpegheader.h create mode 100644 include/mpegproperties.h create mode 100644 include/oggfile.h create mode 100644 include/oggflacfile.h create mode 100644 include/oggpage.h create mode 100644 include/oggpageheader.h create mode 100644 include/popularimeterframe.h create mode 100644 include/privateframe.h create mode 100644 include/relativevolumeframe.h create mode 100644 include/rifffile.h create mode 100644 include/speexfile.h create mode 100644 include/speexproperties.h create mode 100644 include/tag.h create mode 100644 include/taglib.h create mode 100644 include/taglib_export.h create mode 100644 include/tagunion.h create mode 100644 include/tbytevector.h create mode 100644 include/tbytevectorlist.h create mode 100644 include/tdebug.h create mode 100644 include/textidentificationframe.h create mode 100644 include/tfile.h create mode 100644 include/tlist.h create mode 100644 include/tmap.h create mode 100644 include/trueaudiofile.h create mode 100644 include/trueaudioproperties.h create mode 100644 include/tstring.h create mode 100644 include/tstringlist.h create mode 100644 include/unicode.h create mode 100644 include/uniquefileidentifierframe.h create mode 100644 include/unknownframe.h create mode 100644 include/unsynchronizedlyricsframe.h create mode 100644 include/urllinkframe.h create mode 100644 include/vorbisfile.h create mode 100644 include/vorbisproperties.h create mode 100644 include/wavfile.h create mode 100644 include/wavpackfile.h create mode 100644 include/wavpackproperties.h create mode 100644 include/wavproperties.h create mode 100644 include/xingheader.h create mode 100644 include/xiphcomment.h diff --git a/include/README b/include/README new file mode 100644 index 00000000..bc7b4707 --- /dev/null +++ b/include/README @@ -0,0 +1,16 @@ +These are only necessary at build-time when building the entire kdesupport module; they do not need to be installed on a running system. + +It can be regenerated by using something like the following from the taglib/taglib directory: + +for file in `find -type f -name "*\.h"`; +do + dir=`dirname $file` + strippeddir=`echo $dir | cut -c 3-` + base=`basename $file` + if test -z $strippeddir + then + echo "#include \"../taglib/$base\"" > ../include/$base + else + echo "#include \"../taglib/$strippeddir/$base\"" > ../include/$base + fi +done diff --git a/include/aifffile.h b/include/aifffile.h new file mode 100644 index 00000000..a198c90e --- /dev/null +++ b/include/aifffile.h @@ -0,0 +1 @@ +#include "../taglib/riff/aiff/aifffile.h" diff --git a/include/aiffproperties.h b/include/aiffproperties.h new file mode 100644 index 00000000..c77e6266 --- /dev/null +++ b/include/aiffproperties.h @@ -0,0 +1 @@ +#include "../taglib/riff/aiff/aiffproperties.h" diff --git a/include/apefooter.h b/include/apefooter.h new file mode 100644 index 00000000..8c36537a --- /dev/null +++ b/include/apefooter.h @@ -0,0 +1 @@ +#include "../taglib/ape/apefooter.h" diff --git a/include/apeitem.h b/include/apeitem.h new file mode 100644 index 00000000..4b157284 --- /dev/null +++ b/include/apeitem.h @@ -0,0 +1 @@ +#include "../taglib/ape/apeitem.h" diff --git a/include/apetag.h b/include/apetag.h new file mode 100644 index 00000000..4df115a1 --- /dev/null +++ b/include/apetag.h @@ -0,0 +1 @@ +#include "../taglib/ape/apetag.h" diff --git a/include/asfattribute.h b/include/asfattribute.h new file mode 100644 index 00000000..ba588fc5 --- /dev/null +++ b/include/asfattribute.h @@ -0,0 +1 @@ +#include "../taglib/asf/asfattribute.h" diff --git a/include/asffile.h b/include/asffile.h new file mode 100644 index 00000000..5b413662 --- /dev/null +++ b/include/asffile.h @@ -0,0 +1 @@ +#include "../taglib/asf/asffile.h" diff --git a/include/asfproperties.h b/include/asfproperties.h new file mode 100644 index 00000000..7d913c14 --- /dev/null +++ b/include/asfproperties.h @@ -0,0 +1 @@ +#include "../taglib/asf/asfproperties.h" diff --git a/include/asftag.h b/include/asftag.h new file mode 100644 index 00000000..74223a54 --- /dev/null +++ b/include/asftag.h @@ -0,0 +1 @@ +#include "../taglib/asf/asftag.h" diff --git a/include/attachedpictureframe.h b/include/attachedpictureframe.h new file mode 100644 index 00000000..ebd7bced --- /dev/null +++ b/include/attachedpictureframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/attachedpictureframe.h" diff --git a/include/audioproperties.h b/include/audioproperties.h new file mode 100644 index 00000000..4fc2742a --- /dev/null +++ b/include/audioproperties.h @@ -0,0 +1 @@ +#include "../taglib/audioproperties.h" diff --git a/include/commentsframe.h b/include/commentsframe.h new file mode 100644 index 00000000..46bf84ac --- /dev/null +++ b/include/commentsframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/commentsframe.h" diff --git a/include/fileref.h b/include/fileref.h new file mode 100644 index 00000000..450e525f --- /dev/null +++ b/include/fileref.h @@ -0,0 +1 @@ +#include "../taglib/fileref.h" diff --git a/include/flacfile.h b/include/flacfile.h new file mode 100644 index 00000000..cd5f900a --- /dev/null +++ b/include/flacfile.h @@ -0,0 +1 @@ +#include "../taglib/flac/flacfile.h" diff --git a/include/flacproperties.h b/include/flacproperties.h new file mode 100644 index 00000000..03494c22 --- /dev/null +++ b/include/flacproperties.h @@ -0,0 +1 @@ +#include "../taglib/flac/flacproperties.h" diff --git a/include/generalencapsulatedobjectframe.h b/include/generalencapsulatedobjectframe.h new file mode 100644 index 00000000..e523d0eb --- /dev/null +++ b/include/generalencapsulatedobjectframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h" diff --git a/include/id3v1genres.h b/include/id3v1genres.h new file mode 100644 index 00000000..6f1aed34 --- /dev/null +++ b/include/id3v1genres.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v1/id3v1genres.h" diff --git a/include/id3v1tag.h b/include/id3v1tag.h new file mode 100644 index 00000000..d97e2542 --- /dev/null +++ b/include/id3v1tag.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v1/id3v1tag.h" diff --git a/include/id3v2extendedheader.h b/include/id3v2extendedheader.h new file mode 100644 index 00000000..5f83462a --- /dev/null +++ b/include/id3v2extendedheader.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2extendedheader.h" diff --git a/include/id3v2footer.h b/include/id3v2footer.h new file mode 100644 index 00000000..305ca9d9 --- /dev/null +++ b/include/id3v2footer.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2footer.h" diff --git a/include/id3v2frame.h b/include/id3v2frame.h new file mode 100644 index 00000000..5f1496ca --- /dev/null +++ b/include/id3v2frame.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2frame.h" diff --git a/include/id3v2framefactory.h b/include/id3v2framefactory.h new file mode 100644 index 00000000..89feae74 --- /dev/null +++ b/include/id3v2framefactory.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2framefactory.h" diff --git a/include/id3v2header.h b/include/id3v2header.h new file mode 100644 index 00000000..61f86501 --- /dev/null +++ b/include/id3v2header.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2header.h" diff --git a/include/id3v2synchdata.h b/include/id3v2synchdata.h new file mode 100644 index 00000000..ed2ef1ff --- /dev/null +++ b/include/id3v2synchdata.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2synchdata.h" diff --git a/include/id3v2tag.h b/include/id3v2tag.h new file mode 100644 index 00000000..37cdd622 --- /dev/null +++ b/include/id3v2tag.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/id3v2tag.h" diff --git a/include/mp4atom.h b/include/mp4atom.h new file mode 100644 index 00000000..727e68d4 --- /dev/null +++ b/include/mp4atom.h @@ -0,0 +1 @@ +#include "../taglib/mp4/mp4atom.h" diff --git a/include/mp4file.h b/include/mp4file.h new file mode 100644 index 00000000..e96385b0 --- /dev/null +++ b/include/mp4file.h @@ -0,0 +1 @@ +#include "../taglib/mp4/mp4file.h" diff --git a/include/mp4item.h b/include/mp4item.h new file mode 100644 index 00000000..074ad736 --- /dev/null +++ b/include/mp4item.h @@ -0,0 +1 @@ +#include "../taglib/mp4/mp4item.h" diff --git a/include/mp4properties.h b/include/mp4properties.h new file mode 100644 index 00000000..97715fa0 --- /dev/null +++ b/include/mp4properties.h @@ -0,0 +1 @@ +#include "../taglib/mp4/mp4properties.h" diff --git a/include/mp4tag.h b/include/mp4tag.h new file mode 100644 index 00000000..e615f932 --- /dev/null +++ b/include/mp4tag.h @@ -0,0 +1 @@ +#include "../taglib/mp4/mp4tag.h" diff --git a/include/mpcfile.h b/include/mpcfile.h new file mode 100644 index 00000000..5b879d78 --- /dev/null +++ b/include/mpcfile.h @@ -0,0 +1 @@ +#include "../taglib/mpc/mpcfile.h" diff --git a/include/mpcproperties.h b/include/mpcproperties.h new file mode 100644 index 00000000..d5203d63 --- /dev/null +++ b/include/mpcproperties.h @@ -0,0 +1 @@ +#include "../taglib/mpc/mpcproperties.h" diff --git a/include/mpegfile.h b/include/mpegfile.h new file mode 100644 index 00000000..a443b704 --- /dev/null +++ b/include/mpegfile.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/mpegfile.h" diff --git a/include/mpegheader.h b/include/mpegheader.h new file mode 100644 index 00000000..4e11d193 --- /dev/null +++ b/include/mpegheader.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/mpegheader.h" diff --git a/include/mpegproperties.h b/include/mpegproperties.h new file mode 100644 index 00000000..7b4fce55 --- /dev/null +++ b/include/mpegproperties.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/mpegproperties.h" diff --git a/include/oggfile.h b/include/oggfile.h new file mode 100644 index 00000000..7e372f0d --- /dev/null +++ b/include/oggfile.h @@ -0,0 +1 @@ +#include "../taglib/ogg/oggfile.h" diff --git a/include/oggflacfile.h b/include/oggflacfile.h new file mode 100644 index 00000000..e41f9f3b --- /dev/null +++ b/include/oggflacfile.h @@ -0,0 +1 @@ +#include "../taglib/ogg/flac/oggflacfile.h" diff --git a/include/oggpage.h b/include/oggpage.h new file mode 100644 index 00000000..043af652 --- /dev/null +++ b/include/oggpage.h @@ -0,0 +1 @@ +#include "../taglib/ogg/oggpage.h" diff --git a/include/oggpageheader.h b/include/oggpageheader.h new file mode 100644 index 00000000..34add496 --- /dev/null +++ b/include/oggpageheader.h @@ -0,0 +1 @@ +#include "../taglib/ogg/oggpageheader.h" diff --git a/include/popularimeterframe.h b/include/popularimeterframe.h new file mode 100644 index 00000000..3fdfe320 --- /dev/null +++ b/include/popularimeterframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/popularimeterframe.h" diff --git a/include/privateframe.h b/include/privateframe.h new file mode 100644 index 00000000..adcedfa9 --- /dev/null +++ b/include/privateframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/privateframe.h" diff --git a/include/relativevolumeframe.h b/include/relativevolumeframe.h new file mode 100644 index 00000000..c0cf4fbd --- /dev/null +++ b/include/relativevolumeframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/relativevolumeframe.h" diff --git a/include/rifffile.h b/include/rifffile.h new file mode 100644 index 00000000..2c82d471 --- /dev/null +++ b/include/rifffile.h @@ -0,0 +1 @@ +#include "../taglib/riff/rifffile.h" diff --git a/include/speexfile.h b/include/speexfile.h new file mode 100644 index 00000000..7f32eaf6 --- /dev/null +++ b/include/speexfile.h @@ -0,0 +1 @@ +#include "../taglib/ogg/speex/speexfile.h" diff --git a/include/speexproperties.h b/include/speexproperties.h new file mode 100644 index 00000000..355ee4f2 --- /dev/null +++ b/include/speexproperties.h @@ -0,0 +1 @@ +#include "../taglib/ogg/speex/speexproperties.h" diff --git a/include/tag.h b/include/tag.h new file mode 100644 index 00000000..db5856da --- /dev/null +++ b/include/tag.h @@ -0,0 +1 @@ +#include "../taglib/tag.h" diff --git a/include/taglib.h b/include/taglib.h new file mode 100644 index 00000000..b224f7ed --- /dev/null +++ b/include/taglib.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/taglib.h" diff --git a/include/taglib_export.h b/include/taglib_export.h new file mode 100644 index 00000000..ce56868a --- /dev/null +++ b/include/taglib_export.h @@ -0,0 +1 @@ +#include "../taglib/taglib_export.h" diff --git a/include/tagunion.h b/include/tagunion.h new file mode 100644 index 00000000..6c457656 --- /dev/null +++ b/include/tagunion.h @@ -0,0 +1 @@ +#include "../taglib/tagunion.h" diff --git a/include/tbytevector.h b/include/tbytevector.h new file mode 100644 index 00000000..39a0c27e --- /dev/null +++ b/include/tbytevector.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tbytevector.h" diff --git a/include/tbytevectorlist.h b/include/tbytevectorlist.h new file mode 100644 index 00000000..35b9c905 --- /dev/null +++ b/include/tbytevectorlist.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tbytevectorlist.h" diff --git a/include/tdebug.h b/include/tdebug.h new file mode 100644 index 00000000..5d31dd61 --- /dev/null +++ b/include/tdebug.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tdebug.h" diff --git a/include/textidentificationframe.h b/include/textidentificationframe.h new file mode 100644 index 00000000..44a3d3ce --- /dev/null +++ b/include/textidentificationframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/textidentificationframe.h" diff --git a/include/tfile.h b/include/tfile.h new file mode 100644 index 00000000..ff88a846 --- /dev/null +++ b/include/tfile.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tfile.h" diff --git a/include/tlist.h b/include/tlist.h new file mode 100644 index 00000000..d5ee1c08 --- /dev/null +++ b/include/tlist.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tlist.h" diff --git a/include/tmap.h b/include/tmap.h new file mode 100644 index 00000000..9bbe31de --- /dev/null +++ b/include/tmap.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tmap.h" diff --git a/include/trueaudiofile.h b/include/trueaudiofile.h new file mode 100644 index 00000000..c5b17c59 --- /dev/null +++ b/include/trueaudiofile.h @@ -0,0 +1 @@ +#include "../taglib/trueaudio/trueaudiofile.h" diff --git a/include/trueaudioproperties.h b/include/trueaudioproperties.h new file mode 100644 index 00000000..e86c7791 --- /dev/null +++ b/include/trueaudioproperties.h @@ -0,0 +1 @@ +#include "../taglib/trueaudio/trueaudioproperties.h" diff --git a/include/tstring.h b/include/tstring.h new file mode 100644 index 00000000..898bc07d --- /dev/null +++ b/include/tstring.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tstring.h" diff --git a/include/tstringlist.h b/include/tstringlist.h new file mode 100644 index 00000000..b22f3d7d --- /dev/null +++ b/include/tstringlist.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/tstringlist.h" diff --git a/include/unicode.h b/include/unicode.h new file mode 100644 index 00000000..17f6a5b5 --- /dev/null +++ b/include/unicode.h @@ -0,0 +1 @@ +#include "../taglib/toolkit/unicode.h" diff --git a/include/uniquefileidentifierframe.h b/include/uniquefileidentifierframe.h new file mode 100644 index 00000000..f67c7399 --- /dev/null +++ b/include/uniquefileidentifierframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h" diff --git a/include/unknownframe.h b/include/unknownframe.h new file mode 100644 index 00000000..be6ce89c --- /dev/null +++ b/include/unknownframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/unknownframe.h" diff --git a/include/unsynchronizedlyricsframe.h b/include/unsynchronizedlyricsframe.h new file mode 100644 index 00000000..a32630c2 --- /dev/null +++ b/include/unsynchronizedlyricsframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h" diff --git a/include/urllinkframe.h b/include/urllinkframe.h new file mode 100644 index 00000000..29054b9b --- /dev/null +++ b/include/urllinkframe.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/id3v2/frames/urllinkframe.h" diff --git a/include/vorbisfile.h b/include/vorbisfile.h new file mode 100644 index 00000000..1532c40c --- /dev/null +++ b/include/vorbisfile.h @@ -0,0 +1 @@ +#include "../taglib/ogg/vorbis/vorbisfile.h" diff --git a/include/vorbisproperties.h b/include/vorbisproperties.h new file mode 100644 index 00000000..f016f2f6 --- /dev/null +++ b/include/vorbisproperties.h @@ -0,0 +1 @@ +#include "../taglib/ogg/vorbis/vorbisproperties.h" diff --git a/include/wavfile.h b/include/wavfile.h new file mode 100644 index 00000000..7357040f --- /dev/null +++ b/include/wavfile.h @@ -0,0 +1 @@ +#include "../taglib/riff/wav/wavfile.h" diff --git a/include/wavpackfile.h b/include/wavpackfile.h new file mode 100644 index 00000000..d5141a2c --- /dev/null +++ b/include/wavpackfile.h @@ -0,0 +1 @@ +#include "../taglib/wavpack/wavpackfile.h" diff --git a/include/wavpackproperties.h b/include/wavpackproperties.h new file mode 100644 index 00000000..a80e5354 --- /dev/null +++ b/include/wavpackproperties.h @@ -0,0 +1 @@ +#include "../taglib/wavpack/wavpackproperties.h" diff --git a/include/wavproperties.h b/include/wavproperties.h new file mode 100644 index 00000000..ac8f3aa0 --- /dev/null +++ b/include/wavproperties.h @@ -0,0 +1 @@ +#include "../taglib/riff/wav/wavproperties.h" diff --git a/include/xingheader.h b/include/xingheader.h new file mode 100644 index 00000000..c5ff018e --- /dev/null +++ b/include/xingheader.h @@ -0,0 +1 @@ +#include "../taglib/mpeg/xingheader.h" diff --git a/include/xiphcomment.h b/include/xiphcomment.h new file mode 100644 index 00000000..11867254 --- /dev/null +++ b/include/xiphcomment.h @@ -0,0 +1 @@ +#include "../taglib/ogg/xiphcomment.h"