summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-09-24 19:10:15 +0200
committerUwe Klotz <uklotz@mixxx.org>2018-12-25 14:36:13 +0100
commiteed9f2a1ffa438e120890963ea21e21739f1f188 (patch)
treeb4e3023e751bd2dece104eaf6787f3c5a0ea3e66 /SConstruct
parent5f5e1f93beb1ae9d30dc37b68b03024959b6dcb0 (diff)
Add new SoundSource for FFmpeg 3.1 (and beyond)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 2379ca9790..cd708e9e10 100644
--- a/SConstruct
+++ b/SConstruct
@@ -62,6 +62,7 @@ available_features = [features.Mad,
features.PerfTools,
features.AsmLib,
features.FFMPEG,
+ features.FFMPEG31,
# Experimental features
features.OpenGLES,