1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

more infos

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-04-21 02:44:25 +00:00
parent 3c86b642ee
commit 5ebae7dc7f

4
configure vendored
View File

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