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
322bc093
Commit
322bc093
authored
Jul 03, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add orc
parent
76e48fce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
0 deletions
+60
-0
contrib/src/orc/SHA512SUMS
contrib/src/orc/SHA512SUMS
+1
-0
contrib/src/orc/orc-stdint.patch
contrib/src/orc/orc-stdint.patch
+30
-0
contrib/src/orc/rules.mak
contrib/src/orc/rules.mak
+29
-0
No files found.
contrib/src/orc/SHA512SUMS
0 → 100644
View file @
322bc093
961d71caeff340ac3d98aedad398f7f87eaf7d41a7c136a14a15a7ef3713bbd109ce35642e4f8275ceb9bff2796288bf85b5bd183a4dac600f0ba8f8e8ef9fb6 orc-0.4.14.tar.gz
contrib/src/orc/orc-stdint.patch
0 → 100644
View file @
322bc093
--- orc/orc/orc.h 2011-04-14 21:07:08.000000000 +0200
+++ orc.new/orc/orc.h 2011-05-08 19:03:51.294908858 +0200
@@ -2,6 +2,7 @@
#ifndef _ORC_ORC_H_
#define _ORC_ORC_H_
+#include <orc/orcutils.h>
#include <orc/orcprogram.h>
#include <orc/orc-stdint.h>
#include <orc/orcarm.h>
@@ -12,7 +13,6 @@
#include <orc/orcparse.h>
#include <orc/orcprogram.h>
#include <orc/orcsse.h>
-#include <orc/orcutils.h>
#include <orc/orcx86.h>
#include <orc/orcpowerpc.h>
--- orc/orc/orcutils.h 2011-04-28 00:29:24.000000000 +0200
+++ orc.new/orc/orcutils.h 2011-05-08 19:10:13.380803529 +0200
@@ -30,8 +30,8 @@
#ifndef _ORC_INTEGER_TYPEDEFS_
#define _ORC_INTEGER_TYPEDEFS_
-#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
#include <stdint.h>
+#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
typedef int8_t orc_int8;
typedef int16_t orc_int16;
typedef int32_t orc_int32;
contrib/src/orc/rules.mak
0 → 100644
View file @
322bc093
# orc
ORC_VERSION
:=
0.4.14
ORC_URL
:=
http://code.entropywave.com/download/orc/orc-
$(ORC_VERSION)
.tar.gz
NEED_ORC
=
$(
call
need_pkg,
"orc-0.4"
)
$(TARBALLS)/orc-$(ORC_VERSION).tar.gz
:
$(
call
download,
$(ORC_URL)
)
.sum-orc
:
orc-$(ORC_VERSION).tar.gz
orc
:
orc-$(ORC_VERSION).tar.gz .sum-orc
$(UNPACK)
$(APPLY)
$(SRC)
/orc/orc-stdint.patch
$(MOVE)
ifeq
($(NEED_ORC),)
.orc
:
else
PKGS
+=
orc
.orc
:
orc
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
endif
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