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
aabcf027
Commit
aabcf027
authored
Nov 19, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: patch zvbi for libpng15 api
parent
cb84f9ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
contrib/src/zvbi/rules.mak
contrib/src/zvbi/rules.mak
+1
-0
contrib/src/zvbi/zvbi-png15.patch
contrib/src/zvbi/zvbi-png15.patch
+16
-0
No files found.
contrib/src/zvbi/rules.mak
View file @
aabcf027
...
...
@@ -17,6 +17,7 @@ zvbi: zvbi-$(ZVBI_VERSION).tar.bz2 .sum-zvbi
$(UNPACK)
$(APPLY)
$(SRC)
/zvbi/zvbi-ssize_max.patch
$(APPLY)
$(SRC)
/zvbi/zvbi-ioctl.patch
$(APPLY)
$(SRC)
/zvbi/zvbi-png15.patch
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/zvbi/zvbi-win32.patch
endif
...
...
contrib/src/zvbi/zvbi-png15.patch
0 → 100644
View file @
aabcf027
--- zvbi.orig/src/exp-gfx.c 2011-11-19 17:48:45.953865404 -0500
+++ zvbi/src/exp-gfx.c 2011-11-19 17:53:55.543400579 -0500
@@ -1672,11 +1672,11 @@
char title[80];
unsigned int i;
- if (setjmp (png_ptr->jmpbuf))
+ if (setjmp (png_jmpbuf(png_ptr)))
return FALSE;
png_set_write_fn (png_ptr,
- (voidp) gfx,
+ (png_voidp) gfx,
write_data,
flush_data);
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