mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
more infos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3c86b642ee
commit
5ebae7dc7f
4
configure
vendored
4
configure
vendored
@ -2579,8 +2579,10 @@ fi
|
||||
if test "$_mad" = yes ; then
|
||||
_def_mad='#define USE_LIBMAD 1'
|
||||
_ld_mad='-lmad'
|
||||
_codecmodules="libmad $_codecmodules"
|
||||
else
|
||||
_def_mad='#undef USE_LIBMAD'
|
||||
_nocodecmodules="libmad $_codecmodules"
|
||||
fi
|
||||
echores "$_mad"
|
||||
|
||||
@ -2597,8 +2599,10 @@ fi
|
||||
if test "$_vorbis" = yes ; then
|
||||
_def_vorbis='#define HAVE_OGGVORBIS 1'
|
||||
_ld_vorbis='-lvorbis -logg'
|
||||
_codecmodules="libvorbis $_codecmodules"
|
||||
else
|
||||
_def_vorbis='#undef HAVE_OGGVORBIS'
|
||||
_nocodecmodules="libvorbis $_codecmodules"
|
||||
fi
|
||||
echores "$_vorbis"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user