summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-22 09:31:13 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-22 09:31:13 +0000
commit36c34f60c40d31f17db76f7733c0117b6bc89fd2 (patch)
tree1579f760daf75eb7efd56b74d304dde35a84e56c /configure
parent44ffcada5d0c8ba1f06f4c918865526fb0216ad5 (diff)
downloadmpv-36c34f60c40d31f17db76f7733c0117b6bc89fd2.tar.bz2
mpv-36c34f60c40d31f17db76f7733c0117b6bc89fd2.tar.xz
bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5783 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 90aa4943e6..6841b059df 100755
--- a/configure
+++ b/configure
@@ -2522,7 +2522,7 @@ case "$_dvdread" in
;;
esac
-echocheck "libdvdnav"
+echocheck "DVD support (libdvdnav)"
if test "$_dvdnav" = yes ; then
cat > $TMPC <<EOF
#include <dvdnav.h>
@@ -2603,7 +2603,7 @@ if test "$_mad" = yes ; then
_codecmodules="libmad $_codecmodules"
else
_def_mad='#undef USE_LIBMAD'
- _nocodecmodules="libmad $_codecmodules"
+ _nocodecmodules="libmad $_nocodecmodules"
fi
echores "$_mad"
@@ -2623,7 +2623,7 @@ if test "$_vorbis" = yes ; then
_codecmodules="libvorbis $_codecmodules"
else
_def_vorbis='#undef HAVE_OGGVORBIS'
- _nocodecmodules="libvorbis $_codecmodules"
+ _nocodecmodules="libvorbis $_nocodecmodules"
fi
echores "$_vorbis"