mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
44ffcada5d
commit
36c34f60c4
6
configure
vendored
6
configure
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user