100l copy and paste typo fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27694 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-03 22:49:53 +00:00
parent 6c9eadf059
commit c4c2d94214
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -6021,8 +6021,8 @@ if test "$_theora" = auto ; then
#include <theora/theora.h>
#include <string.h>
int main(void) {
+ /* Theora is in flux, make sure that all interface routines and datatypes
+ * exist and work the way we expect it, so we don't break MPlayer. */
/* Theora is in flux, make sure that all interface routines and datatypes
* exist and work the way we expect it, so we don't break MPlayer. */
ogg_packet op;
theora_comment tc;
theora_info inf;