summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 22:46:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 22:46:33 +0000
commit6c9eadf059e9ef87a7b11ae7cd71b66dfa9855d3 (patch)
tree0f590b3cd692d5557c5dd747da869e48feedf497 /configure
parent8a0c673c032f548f1f53d0efc263d1ffab32f623 (diff)
downloadmpv-6c9eadf059e9ef87a7b11ae7cd71b66dfa9855d3.tar.bz2
mpv-6c9eadf059e9ef87a7b11ae7cd71b66dfa9855d3.tar.xz
spelling cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27693 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 25401dd37d..b421337866 100755
--- a/configure
+++ b/configure
@@ -6021,9 +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;