summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2018-08-16 11:30:02 +1000
committerJan Ekström <jeebjp@gmail.com>2018-09-29 23:06:49 +0300
commit56098c56368fb1c42059a3a125897f4d3e42553b (patch)
treee34506fe33a041a453ca106c4a68c790b5773d35 /wscript
parent312b88d360a4a6956a27cdd5f71a335ceed38b00 (diff)
downloadmpv-56098c56368fb1c42059a3a125897f4d3e42553b.tar.bz2
mpv-56098c56368fb1c42059a3a125897f4d3e42553b.tar.xz
Revert "ao_openal: enable building on OSX"
This reverts commit af6126adbe61fb2b6cc780025246d33df93072e6. Apple's OpenAL support is ridiculously out of date, revert back to just using OpenAL Soft on macOS (fixes #4645). (cherry picked from commit 91786fa99c15dc64d3bce4be413326ba2dbe59f7)
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e0dbeab322..7074312cf3 100644
--- a/wscript
+++ b/wscript
@@ -506,7 +506,7 @@ audio_output_features = [
}, {
'name': '--openal',
'desc': 'OpenAL audio output',
- 'func': check_openal,
+ 'func': check_pkg_config('openal', '>= 1.13'),
'default': 'disable'
}, {
'name': '--opensles',