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
6b836bf7
Commit
6b836bf7
authored
Nov 22, 2006
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates tremor patch
parent
b2b33745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
27 deletions
+13
-27
extras/contrib/src/Patches/tremor.patch
extras/contrib/src/Patches/tremor.patch
+13
-27
No files found.
extras/contrib/src/Patches/tremor.patch
View file @
6b836bf7
Index: os.h
Index: os.h
===================================================================
===================================================================
--- os.h (r
evision 10420
)
--- os.h (r
évision 12136
)
+++ os.h (
working copy
)
+++ os.h (
copie de travail
)
@@ -20,6 +20,14 @@
@@ -20,6 +20,14 @@
#include <math.h>
#include <math.h>
#include "os_types.h"
#include "os_types.h"
...
@@ -19,9 +19,9 @@ Index: os.h
...
@@ -19,9 +19,9 @@ Index: os.h
Index: synthesis.c
Index: synthesis.c
===================================================================
===================================================================
--- synthesis.c (r
evision 10420
)
--- synthesis.c (r
évision 12136
)
+++ synthesis.c (
working copy
)
+++ synthesis.c (
copie de travail
)
@@ -3
3,7 +33
,7 @@
@@ -3
4,7 +34
,7 @@
/* first things first. Make sure decode is ready */
/* first things first. Make sure decode is ready */
_vorbis_block_ripcord(vb);
_vorbis_block_ripcord(vb);
...
@@ -30,7 +30,7 @@ Index: synthesis.c
...
@@ -30,7 +30,7 @@ Index: synthesis.c
/* Check the packet type */
/* Check the packet type */
if(oggpack_read(opb,1)!=0){
if(oggpack_read(opb,1)!=0){
@@ -8
6,7 +86
,7 @@
@@ -8
7,7 +87
,7 @@
oggpack_buffer opb;
oggpack_buffer opb;
int mode;
int mode;
...
@@ -41,8 +41,8 @@ Index: synthesis.c
...
@@ -41,8 +41,8 @@ Index: synthesis.c
if(oggpack_read(&opb,1)!=0){
if(oggpack_read(&opb,1)!=0){
Index: info.c
Index: info.c
===================================================================
===================================================================
--- info.c (r
evision 10420
)
--- info.c (r
évision 12136
)
+++ info.c (
working copy
)
+++ info.c (
copie de travail
)
@@ -299,7 +299,7 @@
@@ -299,7 +299,7 @@
oggpack_buffer opb;
oggpack_buffer opb;
...
@@ -54,8 +54,8 @@ Index: info.c
...
@@ -54,8 +54,8 @@ Index: info.c
/* Also verify header-ness, vorbis */
/* Also verify header-ness, vorbis */
Index: ivorbiscodec.h
Index: ivorbiscodec.h
===================================================================
===================================================================
--- ivorbiscodec.h (r
evision 10420
)
--- ivorbiscodec.h (r
évision 12136
)
+++ ivorbiscodec.h (
working copy
)
+++ ivorbiscodec.h (
copie de travail
)
@@ -23,7 +23,7 @@
@@ -23,7 +23,7 @@
{
{
#endif /* __cplusplus */
#endif /* __cplusplus */
...
@@ -67,8 +67,8 @@ Index: ivorbiscodec.h
...
@@ -67,8 +67,8 @@ Index: ivorbiscodec.h
int version;
int version;
Index: Makefile.am
Index: Makefile.am
===================================================================
===================================================================
--- Makefile.am (r
evision 10420
)
--- Makefile.am (r
évision 12136
)
+++ Makefile.am (
working copy
)
+++ Makefile.am (
copie de travail
)
@@ -8,11 +8,11 @@
@@ -8,11 +8,11 @@
synthesis.c info.c \
synthesis.c info.c \
floor1.c floor0.c vorbisfile.c \
floor1.c floor0.c vorbisfile.c \
...
@@ -76,7 +76,7 @@ Index: Makefile.am
...
@@ -76,7 +76,7 @@ Index: Makefile.am
- sharedbook.c framing.c bitwise.c \
- sharedbook.c framing.c bitwise.c \
+ sharedbook.c \
+ sharedbook.c \
codebook.h misc.h mdct_lookup.h\
codebook.h misc.h mdct_lookup.h\
os.h mdct.h ivorbisfile.h lsp_lookup.h\
os.h mdct.h
block.h
ivorbisfile.h lsp_lookup.h\
registry.h window.h window_lookup.h\
registry.h window.h window_lookup.h\
- codec_internal.h backends.h ogg.h \
- codec_internal.h backends.h ogg.h \
+ codec_internal.h backends.h \
+ codec_internal.h backends.h \
...
@@ -92,17 +92,3 @@ Index: Makefile.am
...
@@ -92,17 +92,3 @@ Index: Makefile.am
example:
example:
-ln -fs . vorbis
-ln -fs . vorbis
Index: configure.in
===================================================================
--- orig/configure.in 2006-02-01 12:56:54.000000000 +0100
+++ configure.in 2006-02-01 13:02:36.000000000 +0100
@@ -54,8 +54,7 @@
else
case $host in
arm-*-*)
- DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char
--D_ARM_ASSEM_"
+ DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char"
PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";;
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