Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
ef626a5d
Commit
ef626a5d
authored
May 14, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Theora Beta3 and patch the includes...
parent
b187d11b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/libtheora-includes.patch
extras/contrib/src/Patches/libtheora-includes.patch
+31
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
ef626a5d
...
...
@@ -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
...
...
extras/contrib/src/Patches/libtheora-includes.patch
0 → 100644
View file @
ef626a5d
--- 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 ()
extras/contrib/src/packages.mak
View file @
ef626a5d
...
...
@@ -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.0beta
2
THEORA_VERSION
=
1.0beta
3
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment