mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 21:27:00 +00:00
fix smb libs inclusion when using --enable-smb.
Patch by Götz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ed05f165bd
commit
0dc21c35a7
3
configure
vendored
3
configure
vendored
@ -2695,6 +2695,9 @@ echores "$_macosx"
|
|||||||
|
|
||||||
|
|
||||||
echocheck "Samba support (libsmbclient)"
|
echocheck "Samba support (libsmbclient)"
|
||||||
|
if test "$_smbsupport" = yes; then
|
||||||
|
_ld_smb="-lsmbclient"
|
||||||
|
fi
|
||||||
if test "$_smbsupport" = auto; then
|
if test "$_smbsupport" = auto; then
|
||||||
_smbsupport=no
|
_smbsupport=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user