mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Print which of Tremor, internal Tremor or libvorbis has been enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14632 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0e85a7ebb2
commit
d06bb5b31b
4
configure
vendored
4
configure
vendored
@ -5125,14 +5125,16 @@ if test "$_vorbis" = yes ; then
|
|||||||
else
|
else
|
||||||
_tremor_flags=''
|
_tremor_flags=''
|
||||||
fi
|
fi
|
||||||
|
_codecmodules="tremor(internal) $_codecmodules"
|
||||||
elif test "$_tremor" = yes ; then
|
elif test "$_tremor" = yes ; then
|
||||||
_def_tremor='#define TREMOR 1'
|
_def_tremor='#define TREMOR 1'
|
||||||
_ld_vorbis='-lvorbisidec'
|
_ld_vorbis='-lvorbisidec'
|
||||||
|
_codecmodules="tremor $_codecmodules"
|
||||||
else
|
else
|
||||||
_def_tremor='#undef TREMOR'
|
_def_tremor='#undef TREMOR'
|
||||||
_ld_vorbis='-lvorbis -logg'
|
_ld_vorbis='-lvorbis -logg'
|
||||||
fi
|
|
||||||
_codecmodules="libvorbis $_codecmodules"
|
_codecmodules="libvorbis $_codecmodules"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
_def_vorbis='#undef HAVE_OGGVORBIS'
|
_def_vorbis='#undef HAVE_OGGVORBIS'
|
||||||
_def_tremor='#undef TREMOR'
|
_def_tremor='#undef TREMOR'
|
||||||
|
Loading…
Reference in New Issue
Block a user