Fix prior commit

pull/1/head
Timothy Pearson 11 years ago
parent a50cfb5969
commit 5a0c24b410

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

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

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