[vlc-devel] commit: contribs: theora compilation fix ( Felix Paul Kühne )

git version control git at videolan.org
Thu Sep 3 16:26:36 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug 31 01:11:08 2009 +0200| [50f435bece6ad8d14666db7201031bc63bfb2771] | committer: Felix Paul Kühne 

contribs: theora compilation fix

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50f435bece6ad8d14666db7201031bc63bfb2771
---

 .../contrib/src/Patches/libtheora-includes.patch   |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/extras/contrib/src/Patches/libtheora-includes.patch b/extras/contrib/src/Patches/libtheora-includes.patch
index 522babb..e235b29 100644
--- a/extras/contrib/src/Patches/libtheora-includes.patch
+++ b/extras/contrib/src/Patches/libtheora-includes.patch
@@ -14,18 +14,19 @@
  #define ARTIST1 "Bug-eyed Fish"
  #define ARTIST2 "VJ Fugu"
  #define COPYRIGHT "Copyright (C) 2005. Some Rights Reserved."
---- libtheora/tests/noop.c	2008-04-16 22:25:49.000000000 +0200
-+++ libtheora.old/tests/noop.c	2008-05-14 19:22:44.000000000 +0200
-@@ -15,9 +15,11 @@
+--- libtheora/tests/noop.c	2009-08-22 20:14:02.000000000 +0200
++++ libtheora/tests/noop.c	2009-08-31 01:00:53.000000000 +0200
+@@ -15,11 +15,10 @@
  
   ********************************************************************/
  
 +#include "tests.h"
  #include <theora/theoraenc.h>
+ #include <theora/theoradec.h>
  
 -#include "tests.h"
-+
-+
- 
+-
  static int
- noop_test_encode ()
+ noop_test_info ()
+ {
+




More information about the vlc-devel mailing list