annotate platform-dataquay.pri @ 271:7b3a80021b7c piper-nopiper

Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay.
author Chris Cannam
date Thu, 24 Nov 2016 17:06:31 +0000
parents 3f7c65f26559
children
rev   line source
Chris@74 1
chris@85 2 exists(./config.pri) {
chris@85 3 include(./config.pri)
chris@85 4 }
Chris@74 5
Chris@195 6 CONFIG += staticlib c++11
Chris@74 7
Chris@74 8 DEFINES -= USE_REDLAND
Chris@74 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
Chris@74 10 EXTRALIBS -= -lrdf
Chris@74 11
Chris@74 12 DEFINES += USE_SORD
Chris@133 13 # Libraries and paths should be added by config.pri
Chris@74 14
Chris@133 15 win32-g++ {
Chris@83 16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
Chris@83 17 LIBS += -L../../sv-dependency-builds/win32-mingw/lib
Chris@83 18 }
Chris@133 19 win32-msvc* {
Chris@133 20 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
Chris@133 21 LIBS += -L../../sv-dependency-builds/win32-msvc/lib
Chris@133 22 }
Chris@133 23 mac* {
Chris@133 24 INCLUDEPATH += ../sv-dependency-builds/osx/include
Chris@133 25 LIBS += -L../sv-dependency-builds/osx/lib
Chris@133 26 }