1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

build: don't check libsmbclient version number

Rationale see github issues #385. Fixes #385.
This commit is contained in:
wm4 2013-11-30 19:47:09 +01:00
parent c8ab12ee4b
commit eea69682a6

View File

@ -174,7 +174,7 @@ iconv support use --disable-iconv.",
'name': '--libsmbclient',
'desc': 'Samba support',
'deps': [ 'libdl' ],
'func': check_pkg_config('smbclient', '>= 0.2.0'),
'func': check_pkg_config('smbclient'),
'module': 'input',
}, {
'name': '--libquvi4',