Fix prior commit

pull/1/head
Timothy Pearson 12 years ago
parent b2ead42a56
commit b6a8526b9e

@ -38,7 +38,7 @@
#include "trueaudio/taglib_trueaudiofiletyperesolver.h" #include "trueaudio/taglib_trueaudiofiletyperesolver.h"
#include "trueaudio/ttafile.h" #include "trueaudio/ttafile.h"
#include "wavpack/taglib_wavpactdefiletyperesolver.h" #include "wavpack/taglib_wavpackfiletyperesolver.h"
#include "wavpack/wvfile.h" #include "wavpack/wvfile.h"
#include "speex/taglib_speexfiletyperesolver.h" #include "speex/taglib_speexfiletyperesolver.h"
#include "speex/speexfile.h" #include "speex/speexfile.h"

@ -8,9 +8,9 @@ noinst_LTLIBRARIES = libtagwavpack.la
libtagwavpack_la_SOURCES = \ libtagwavpack_la_SOURCES = \
wvfile.cpp \ wvfile.cpp \
wvproperties.cpp \ wvproperties.cpp \
taglib_wavpactdefiletyperesolver.cpp taglib_wavpackfiletyperesolver.cpp
noinst_HEADERS = wvfile.h \ noinst_HEADERS = wvfile.h \
wvproperties.h \ wvproperties.h \
taglib_wavpactdefiletyperesolver.h taglib_wavpackfiletyperesolver.h

@ -19,7 +19,7 @@
* MA 02110-1301 USA * * MA 02110-1301 USA *
***************************************************************************/ ***************************************************************************/
#include "taglib_wavpactdefiletyperesolver.h" #include "taglib_wavpackfiletyperesolver.h"
#include "wvfile.h" #include "wvfile.h"
#include <string.h> #include <string.h>
Loading…
Cancel
Save