mixxx: update to git HEAD

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2017-12-16 23:45:38 +01:00
parent 8ce7bc8496
commit ee4d6d56d6
2 changed files with 6 additions and 8 deletions

View File

@@ -74,14 +74,12 @@ diff --git a/SConstruct b/SConstruct
index 301fd3d..7fc552a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -63,8 +63,9 @@ available_features = [features.Mad,
features.IPod,
features.FFMPEG,
@@ -65,7 +65,8 @@ available_features = [features.Mad,
- # Experimental features
- features.OpenGLES
+ # Experimental features
+ features.OpenGLES,
# Experimental features
features.OpenGLES,
- features.QtKeychain
+ features.QtKeychain,
+ features.VampFloat
]

View File

@@ -41,7 +41,7 @@ SRC_URI = " \
file://0003-align-path-of-qt-build-tools-to-our-needs.patch \
file://0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch \
"
SRCREV = "b6d29e53d3ae74cd040a5d5ecbe742f9c385575a"
SRCREV = "24028f2e8a28210fe45d8b67f2bb44d580587261"
S = "${WORKDIR}/git"
PV = "2.0.0+git${SRCPV}"