]> git.sesse.net Git - vlc/commitdiff
Theora Beta3 and patch the includes...
authorJean-Baptiste Kempf <jb@altair.videolan.org>
Wed, 14 May 2008 17:48:50 +0000 (19:48 +0200)
committerJean-Baptiste Kempf <jb@altair.videolan.org>
Wed, 14 May 2008 17:48:50 +0000 (19:48 +0200)
extras/contrib/src/Makefile
extras/contrib/src/Patches/libtheora-includes.patch [new file with mode: 0644]
extras/contrib/src/packages.mak

index 21159d6c9930a35cd8c0eff166c0fda02dd87547..57d1f92f561731ebe53d1d03a27c1271d9108bbf 100644 (file)
@@ -760,6 +760,7 @@ libtheora-$(THEORA_VERSION).tar.bz2:
 libtheora: libtheora-$(THEORA_VERSION).tar.bz2
        $(EXTRACT_BZ2)
        patch -p0 < Patches/theora.patch
+       patch -p0 < Patches/libtheora-includes.patch
        (cd $@; autoconf)
 
 .theora: libtheora .ogg
diff --git a/extras/contrib/src/Patches/libtheora-includes.patch b/extras/contrib/src/Patches/libtheora-includes.patch
new file mode 100644 (file)
index 0000000..522babb
--- /dev/null
@@ -0,0 +1,31 @@
+--- libtheora/tests/comment.c  2008-04-16 22:25:49.000000000 +0200
++++ libtheora.old/tests/comment.c      2008-05-14 19:25:34.000000000 +0200
+@@ -15,11 +15,11 @@
+  ********************************************************************/
+-#include <theora/theoradec.h>
+-
+ #include <string.h>
+ #include "tests.h"
++#include <theora/theoradec.h>
++
+ #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 @@
+  ********************************************************************/
++#include "tests.h"
+ #include <theora/theoraenc.h>
+-#include "tests.h"
++
++
+ static int
+ noop_test_encode ()
index 2d2d2b1c42e88490b28d66cc00ae22895d3925e3..242ec1cb3b66b1d85f2c43475c6c37ec8f36abda 100644 (file)
@@ -76,7 +76,7 @@ OGG_CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot
 VORBIS_VERSION=1.2.0
 VORBIS_URL=http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.gz
 #VORBIS_URL=$(VIDEOLAN)/testing/contrib/libvorbis-$(VORBIS_VERSION).tar.gz
-THEORA_VERSION=1.0beta2
+THEORA_VERSION=1.0beta3
 THEORA_URL=http://downloads.xiph.org/releases/theora/libtheora-$(THEORA_VERSION).tar.bz2
 #THEORA_URL=$(VIDEOLAN)/testing/contrib/libtheora-$(THEORA_VERSION).tar.bz2
 FLAC_VERSION=1.2.1