diff options
author | mosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-07 18:06:27 +0000 |
---|---|---|
committer | mosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-07 18:06:27 +0000 |
commit | c01ef34722fa36f6f0935819225067e384754ccf (patch) | |
tree | e2aaa19b8369bac90885ea94a8becee7a8f7d8c7 | |
parent | c8b56ea70b2d6617520140fdba1aa0c1336bfdfe (diff) |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |