summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 22:49:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 22:49:53 +0000
commitc4c2d9421499e396a318f0224ff48f4c63e8e733 (patch)
treee70737fee28f4c726a7d5207b9e3f0fc211c7d14
parent6c9eadf059e9ef87a7b11ae7cd71b66dfa9855d3 (diff)
downloadmpv-c4c2d9421499e396a318f0224ff48f4c63e8e733.tar.bz2
mpv-c4c2d9421499e396a318f0224ff48f4c63e8e733.tar.xz
100l copy and paste typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27694 b3059339-0415-0410-9bf9-f77b7e298cf2
-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;