[MPlayer-dev-eng] [PATCH] remove --enable-smb option
Götz Waschk
waschk at informatik.uni-rostock.de
Tue Oct 28 12:22:45 CET 2003
Hi,
this patch removes the --enable-smb option from configure. With the
current CVS, the build will fail with --enable-smb, as the
autodetection of the smbclient libs is skipped. So there are two
alternatives:
1. remove the useless --enable-smb option and keep the default
autodetection
2. use autodetection if _smbsupport is set to auto or yes.
I'd prefer number 1, what about you?
--
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.797
diff -u -r1.797 configure
--- configure 27 Oct 2003 01:06:35 -0000 1.797
+++ configure 28 Oct 2003 11:17:51 -0000
@@ -165,7 +165,6 @@
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
--disable-network disable network support (for: http/mms/rtp) [enable]
--enable-winsock2 enable winsock2 usage [autodetect]
- --enable-smb enable Samba (SMB) input support [autodetect]
--enable-live enable LIVE.COM Streaming Media support [disable]
--disable-dvdread Disable libdvdread support [autodetect]
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
@@ -181,6 +180,7 @@
--disable-gethostbyname2 gethostbyname() function is not provided by the C
library [autodetect]
--disable-ftp Disable ftp support [enabled]
+ --disable-smb disable Samba (SMB) input support [autodetect]
Codecs:
--enable-gif enable gif support [autodetect]
@@ -1332,7 +1332,6 @@
--disable-network) _network=no ;;
--enable-winsock2) _winsock2=yes ;;
--disable-winsock2) _winsock2=no ;;
- --enable-smb) _smbsupport=yes ;;
--disable-smb) _smbsupport=no ;;
--enable-vidix) _vidix=yes ;;
--disable-vidix) _vidix=no ;;
More information about the MPlayer-dev-eng
mailing list