mirror of https://github.com/mpv-player/mpv
libvorbisidec already includes ogg parser code; no sense in depending on more libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8935 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
906ad7fdb9
commit
c4ff07d559
|
@ -3712,7 +3712,7 @@ if test "$_vorbis" = yes ; then
|
|||
_def_vorbis='#define HAVE_OGGVORBIS 1'
|
||||
if test "$_tremor" = yes ; then
|
||||
_def_tremor='#define TREMOR 1'
|
||||
_ld_vorbis='-lvorbisidec -logg'
|
||||
_ld_vorbis='-lvorbisidec'
|
||||
else
|
||||
_def_tremor='#undef TREMOR'
|
||||
_ld_vorbis='-lvorbis -logg'
|
||||
|
|
Loading…
Reference in New Issue