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
d8388be5
Commit
d8388be5
authored
Jun 27, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add libtheora
parent
2cacff0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
0 deletions
+69
-0
contrib/src/theora/SHA512SUMS
contrib/src/theora/SHA512SUMS
+1
-0
contrib/src/theora/libtheora-includes.patch
contrib/src/theora/libtheora-includes.patch
+16
-0
contrib/src/theora/rules.mak
contrib/src/theora/rules.mak
+52
-0
No files found.
contrib/src/theora/SHA512SUMS
0 → 100644
View file @
d8388be5
032fb60f10ac0074ec87d5f8c586702309edc50dc0d2842d2f9b9c46ebd1500acc399e9309f858f318fff5b8fbe953234db3afb54ed74a03d0f2c6ee8c3ed481 libtheora-1.1.1.tar.xz
contrib/src/theora/libtheora-includes.patch
0 → 100644
View file @
d8388be5
--- 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."
contrib/src/theora/rules.mak
0 → 100644
View file @
d8388be5
# Theora
THEORA_VERSION
:=
1.1.1
THEORA_URL
:=
http://downloads.xiph.org/releases/theora/libtheora-
$(THEORA_VERSION)
.tar.xz
#THEORA_URL := $(CONTRIB_VIDEOLAN)/libtheora-$(THEORA_VERSION).tar.xz
PKGS
+=
theora
$(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz
:
$(DOWNLOAD)
$(THEORA_URL)
.sum-theora
:
$(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz
$(CHECK_SHA512)
touch
$@
libtheora
:
$(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz .sum-theora
$(UNPACK_XZ)
(
cd
$@
-
$(THEORA_VERSION)
&&
patch
-p1
)
<
$(SRC)
/theora/libtheora-includes.patch
ifdef
HAVE_WIN64
cd
$@
&&
autoreconf
-fi
-I
m4
endif
mv
$@
-
$(THEORA_VERSION)
$@
touch
$@
THEORACONF
:=
$(HOSTCONF)
\
--disable-spec
\
--disable-sdltest
\
--disable-oggtest
\
--disable-vorbistest
\
--disable-examples
ifndef
BUILD_ENCODERS
THEORACONF
+=
--disable-encode
endif
ifndef
HAVE_FPU
THEORACONF
+=
--disable-float
endif
ifdef
HAVE_MACOSX64
THEORACONF
+=
--disable-asm
endif
ifdef
HAVE_WIN64
THEORACONF
+=
--disable-asm
endif
.theora
:
libtheora .ogg
ifdef
HAVE_WIN32
cd
$<
;
$(HOSTVARS)
./autogen.sh
$(THEORACONF)
endif
test
-f
$<
/config.status
||
\
(
cd
$<
&&
$(HOSTVARGS)
./configure
$(THEORACONF)
)
cd
$<
&&
$(MAKE)
install
touch
$@
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