Mercurial > hg > svcore
view plugin/plugin.pro @ 575:8688430850d6
* either I'm going mad or the compiler is... valgrind and sizeof both
seem to think that reading or writing m_size is reading beyond the end
of the object, unless I add m_spare padding... why?
author | Chris Cannam |
---|---|
date | Mon, 16 Mar 2009 16:32:02 +0000 |
parents | 370aa9714ef5 |
children | ebb6ac65bccc |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk lrdf raptor load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml QT -= gui TARGET = svplugin # Doesn't work with this library, which contains C99 as well as C++ PRECOMPILED_HEADER = DEPENDPATH += . .. api plugins api/alsa api/alsa/sound INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += DSSIPluginFactory.h \ DSSIPluginInstance.h \ FeatureExtractionPluginFactory.h \ LADSPAPluginFactory.h \ LADSPAPluginInstance.h \ PluginIdentifier.h \ PluginXml.h \ RealTimePluginFactory.h \ RealTimePluginInstance.h \ api/dssi.h \ api/ladspa.h \ plugins/SamplePlayer.h \ api/alsa/asoundef.h \ api/alsa/asoundlib.h \ api/alsa/seq.h \ api/alsa/seq_event.h \ api/alsa/seq_midi_event.h \ api/alsa/sound/asequencer.h SOURCES += DSSIPluginFactory.cpp \ DSSIPluginInstance.cpp \ FeatureExtractionPluginFactory.cpp \ LADSPAPluginFactory.cpp \ LADSPAPluginInstance.cpp \ PluginIdentifier.cpp \ PluginXml.cpp \ RealTimePluginFactory.cpp \ RealTimePluginInstance.cpp \ api/dssi_alsa_compat.c \ plugins/SamplePlayer.cpp