View | Details | Raw Unified | Return to bug 192941
Collapse All | Expand All

(-)mpv/files/patch-wscript (+11 lines)
Line 0 Link Here
1
--- wscript.orig	2014-08-23 11:02:47.000000000 +0200
2
+++ wscript	2014-08-23 11:05:06.000000000 +0200
3
@@ -468,7 +468,7 @@
4
     }, {
5
         'name': '--pulse',
6
         'desc': 'PulseAudio audio output',
7
-        'func': check_pkg_config('libpulse', '>= 1.0')
8
+        'func': check_pkg_config('libpulse', '>= 0.9')
9
     }, {
10
         'name': '--portaudio',
11
         'desc': 'PortAudio audio output',

Return to bug 192941