Make configure output codec paths more consistently.

Patch by Nilmoni Deb <ndeb@ece.cmu.edu>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10279 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-06-11 02:20:28 +00:00
parent 7a41c0c31f
commit 4adbdaebd5
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -4299,7 +4299,7 @@ if test "$_xanim" = auto ; then
echores "no (dynamic loader support needed)"
fi
else
echores "$_xanim"
echores "$_xanim (using $_xanimlibdir)"
fi
if test "$_xanim" = yes ; then
_def_xanim='#define USE_XANIM 1'
@ -4343,7 +4343,7 @@ if test "$_real" = auto ; then
echores "no (dynamic loader support needed)"
fi
else
echores "$_real"
echores "$_real (using $_reallibdir)"
fi
if test "$_real" = yes ; then
_def_real='#define USE_REALCODECS 1'