Commit ef626a5d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Theora Beta3 and patch the includes...

parent b187d11b
......@@ -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
......
--- 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 ()
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment