summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-11 02:20:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-11 02:20:28 +0000
commit4adbdaebd56ae7cd49b7f05f70809da7c9b2b9a7 (patch)
tree2f82cb8b056ca8adc7a346eb33b0de9db7eacf24 /configure
parent7a41c0c31fdf8d2befe75bdc145fad4e4fb62641 (diff)
downloadmpv-4adbdaebd56ae7cd49b7f05f70809da7c9b2b9a7.tar.bz2
mpv-4adbdaebd56ae7cd49b7f05f70809da7c9b2b9a7.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8c71da7975..6a3cbbaec3 100755
--- a/configure
+++ b/configure
@@ -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'