Mercurial > hg > m4-sa
changeset 63:fecb53842b3d
Finxed sonic annotator compiling issues, now expects svcore in m4 root
author | gyorgyf |
---|---|
date | Mon, 13 Feb 2012 14:16:25 +0000 |
parents | bee840d3ce05 |
children | 82248965fc74 |
files | Makefile sonic-annotator sonic-annotator.pro version.h |
diffstat | 4 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Feb 13 11:53:07 2012 +0000 +++ b/Makefile Mon Feb 13 14:16:25 2012 +0000 @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: sonic-annotator -# Generated by qmake (2.01a) (Qt 4.6.2) on: Mon Jan 23 17:29:06 2012 +# Generated by qmake (2.01a) (Qt 4.6.2) on: Mon Feb 13 14:04:05 2012 # Project: sonic-annotator.pro # Template: app # Command: /usr/bin/qmake-qt4 -unix -o Makefile sonic-annotator.pro @@ -264,7 +264,8 @@ ../svcore/base/XmlExportable.h \ ../svcore/base/Debug.h \ ../svcore/base/Window.h \ - ../svcore/base/RealTime.h + ../svcore/base/RealTime.h \ + version.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o o/BinaryFeatureWriter.o runner/BinaryFeatureWriter.cpp o/FeatureWriterFactory.o: runner/FeatureWriterFactory.cpp runner/FeatureWriterFactory.h \
--- a/sonic-annotator.pro Mon Feb 13 11:53:07 2012 +0000 +++ b/sonic-annotator.pro Mon Feb 13 14:16:25 2012 +0000 @@ -38,6 +38,7 @@ HEADERS += \ runner/AudioDBFeatureWriter.h \ + runner/BinaryFeatureWriter.h \ runner/FeatureWriterFactory.h \ runner/DefaultFeatureWriter.h \ runner/FeatureExtractionManager.h @@ -47,5 +48,6 @@ runner/DefaultFeatureWriter.cpp \ runner/FeatureExtractionManager.cpp \ runner/AudioDBFeatureWriter.cpp \ + runner/BinaryFeatureWriter.cpp \ runner/FeatureWriterFactory.cpp