Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a3022ae9
Commit
a3022ae9
authored
Jul 04, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update orc to 0.4.17
parent
4dea7edb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
33 deletions
+2
-33
contrib/src/orc/SHA512SUMS
contrib/src/orc/SHA512SUMS
+1
-1
contrib/src/orc/orc-stdint.patch
contrib/src/orc/orc-stdint.patch
+0
-30
contrib/src/orc/rules.mak
contrib/src/orc/rules.mak
+1
-2
No files found.
contrib/src/orc/SHA512SUMS
View file @
a3022ae9
e9d3c4e8682119253c201addcd2cb623a61e45d7cb8b0b406a3509f1a9443af9375a418a68f832d29af4a523cd91bf702bdd002cf143be0f7cc9f5a0b77f7ae0 orc-0.4.16
.tar.gz
3a69da6d39e80dd68570aeac341aed692c041c1cfd91abbc36a269167a9b97b5ab539b873dbf800d4735da276e3aa43d664a7efb13559124e0862d2fc2202306 orc-0.4.17
.tar.gz
contrib/src/orc/orc-stdint.patch
deleted
100644 → 0
View file @
4dea7edb
--- 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
View file @
a3022ae9
# orc
ORC_VERSION
:=
0.4.1
6
ORC_VERSION
:=
0.4.1
7
ORC_URL
:=
http://code.entropywave.com/download/orc/orc-
$(ORC_VERSION)
.tar.gz
...
...
@@ -15,7 +15,6 @@ $(TARBALLS)/orc-$(ORC_VERSION).tar.gz:
orc
:
orc-$(ORC_VERSION).tar.gz .sum-orc
$(UNPACK)
$(APPLY)
$(SRC)
/orc/orc-stdint.patch
$(APPLY)
$(SRC)
/orc/android.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
...
...
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