summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b421337866..90da5171b0 100755
--- a/configure
+++ b/configure
@@ -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;