annotate config.pri.in @ 1008:d9e0e59a1581

When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
author Chris Cannam
date Fri, 14 Nov 2014 13:51:33 +0000
parents c724b148576d
children 79f7af8873c9
rev   line source
Chris@657 1 CONFIG += @QMAKE_CONFIG@
Chris@636 2
Chris@795 3 DEFINES += @HAVES@ HAVE_DATAQUAY
Chris@636 4
Chris@652 5 QMAKE_CC = @CC@
Chris@652 6 QMAKE_CXX = @CXX@
Chris@657 7 QMAKE_LINK = @CXX@
Chris@652 8
Chris@636 9 QMAKE_CFLAGS += @CFLAGS@
Chris@796 10 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@796 11 QMAKE_LFLAGS += @LDFLAGS@
Chris@636 12
Chris@651 13 linux*:LIBS += -lasound
Chris@651 14
Chris@795 15 macx*:DEFINES += HAVE_COREAUDIO MACOSX_DEPLOYMENT_TARGET=1060
Chris@795 16
Chris@742 17 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@650 18
Chris@637 19 LIBS += @LIBS@
Chris@637 20