1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

Fix static smbclient building - patch by Bernhard Rosenkraenzer <bero <at> arklinux.org>.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11251 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-10-23 18:58:46 +00:00
parent 1a6240077d
commit cca3b9e596

1
configure vendored
View File

@ -2670,7 +2670,6 @@ EOF
fi
if test "$_smbsupport" = yes; then
_ld_smb="-lsmbclient"
_def_smbsupport="#define LIBSMBCLIENT"
_inputmodules="smb $_inputmodules"
else