0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-04-22 09:31:13 +00:00
parent 44ffcada5d
commit 36c34f60c4

6
configure vendored
View File

@ -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"