]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libtheora-includes.patch
Remove Unicows.
[vlc] / extras / contrib / src / Patches / libtheora-includes.patch
1 --- libtheora/tests/comment.c   2008-04-16 22:25:49.000000000 +0200
2 +++ libtheora.old/tests/comment.c       2008-05-14 19:25:34.000000000 +0200
3 @@ -15,11 +15,11 @@
4  
5   ********************************************************************/
6  
7 -#include <theora/theoradec.h>
8 -
9  #include <string.h>
10  #include "tests.h"
11  
12 +#include <theora/theoradec.h>
13 +
14  #define ARTIST1 "Bug-eyed Fish"
15  #define ARTIST2 "VJ Fugu"
16  #define COPYRIGHT "Copyright (C) 2005. Some Rights Reserved."
17 --- libtheora/tests/noop.c      2008-04-16 22:25:49.000000000 +0200
18 +++ libtheora.old/tests/noop.c  2008-05-14 19:22:44.000000000 +0200
19 @@ -15,9 +15,11 @@
20  
21   ********************************************************************/
22  
23 +#include "tests.h"
24  #include <theora/theoraenc.h>
25  
26 -#include "tests.h"
27 +
28 +
29  
30  static int
31  noop_test_encode ()