[MPlayer-dev-eng] libsmbclient sometimes uses libssl

Torinthiel torinthiel at megapolis.pl
Tue Feb 8 13:49:26 CET 2005


As Savchenko Andrew <Bircoph at list.ru> has reported on MPlayer-users, he
has libsmbclient linked with ssl support. Thus standard ./configure
check fails to detect it. The attached patch is said to help. as it adds
a check with -lssl.
Anyway it's not much help, as he could not run any file via smb - anyone
here remembers how it's done? I don't have time now to setup smb on
another box :(
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.959
diff -u -r1.959 configure
--- configure	2 Feb 2005 14:07:13 -0000	1.959
+++ configure	3 Feb 2005 23:51:28 -0000
@@ -3220,6 +3220,11 @@
 	    if cc_check -lsmbclient $_ld_dl -lnsl ; then
 		_smbsupport=yes
 		_ld_smb="-lsmbclient $_ld_dl -lnsl"
+	    else
+	    if cc_check -lsmbclient $_ld_dl -lssl -lnsl ; then
+		_smbsupport=yes
+		_ld_smb="-lsmbclient $_ld_dl -lssl -lnsl"
+	    fi
 	    fi
 	fi
     fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050208/3a28dc63/attachment.pgp>


More information about the MPlayer-dev-eng mailing list