[Mplayer-cvslog] CVS: main configure,1.705,1.706
Andreas Hess
jaska at gmx.net
Fri May 16 13:33:49 CEST 2003
On Tue, May 13, 2003 at 12:52:56AM +0200, Atmosfear wrote:
> Update of /cvsroot/mplayer/main
> In directory mail:/var/tmp.root/cvs-serv2413
>
> Modified Files:
> configure
> Log Message:
> change real codecs dir priority as discussed with al3x, hopefully the syntax is korn shell compatible, please test!
>
>
> Index: configure
> ===================================================================
> RCS file: /cvsroot/mplayer/main/configure,v
> retrieving revision 1.705
> retrieving revision 1.706
> diff -u -r1.705 -r1.706
> --- configure 12 May 2003 14:39:40 -0000 1.705
> +++ configure 12 May 2003 22:52:23 -0000 1.706
> @@ -4300,13 +4300,12 @@
> fi
> if test -z "$_reallibdir" ; then
> for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
> - /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs \
> - /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs \
> - /opt/RealPlayer*/Real/Codecs; do
> + /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
> + /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}/Codecs ; do
^
0.33l one '/' too much
(actually it works, but it looks ugly)
Andreas
More information about the MPlayer-cvslog
mailing list