mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Götz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10838 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c8b56ea70b
commit
c01ef34722
2
configure
vendored
2
configure
vendored
@ -4242,7 +4242,7 @@ fi
|
||||
if test "$_theora" = yes ; then
|
||||
_def_theora='#define HAVE_OGGTHEORA 1'
|
||||
_codecmodules="libtheora $_codecmodules"
|
||||
_ld_theora="-ltheora"
|
||||
_ld_theora="-ltheora -logg"
|
||||
else
|
||||
_def_theora='#undef HAVE_OGGTHEORA'
|
||||
_nocodecmodules="libtheora $_nocodecmodules"
|
||||
|
Loading…
Reference in New Issue
Block a user