[MPlayer-dev-eng] ./configure iconv(3) suggestion

pl p_l at gmx.fr
Fri Oct 12 09:41:26 CEST 2001


Hi!

On Thu, Oct 11, 2001 at 09:23:21PM -0700, Steven M. Schultz wrote:
[...]
> 	Building the cvs version of MPlayer tonight under BSD/OS I was
> 	surprised that iconv(3) was not found even though it is installed
> 	on my system.
> 
> 	The small change below adds "BSD/OS" to the two places FreeBSD was
> 	being tested for.
Applied.
Second part sligthly modified to avoid priorities troubles with || and &&.
[I guess it should have been : (a || b) && c]
[...]
 @@ -1999,7 +2000,7 @@
> -if test "$system_name" = "FreeBSD" && test "$_iconv" = "#define USE_ICONV" ; then
> +if test "$system_name" = "FreeBSD"  || test "$system_name" = "BSD/OS" && test "$_iconv" = "#define USE_ICONV" ; then
>  _iconvlib="-liconv"
>  fi

--
Regards,
  pl



More information about the MPlayer-dev-eng mailing list