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
9eb047da
Commit
9eb047da
authored
Aug 20, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: update libpng patch for OSX
parent
ce718de2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
extras/contrib/src/Patches/libpng-osx.patch
extras/contrib/src/Patches/libpng-osx.patch
+7
-7
No files found.
extras/contrib/src/Patches/libpng-osx.patch
View file @
9eb047da
diff -ruN libpng-1.2.
2
0/scripts/makefile.darwin libpng/scripts/makefile.darwin
--- libpng-1.2.
20/scripts/makefile.darwin 2007-09-08 05:23:01
.000000000 +0200
+++ libpng/scripts/makefile.darwin 200
7-09-23 15:31:21
.000000000 +0200
diff -ruN libpng-1.2.
3
0/scripts/makefile.darwin libpng/scripts/makefile.darwin
--- libpng-1.2.
30/scripts/makefile.darwin 2008-08-15 16:14:44
.000000000 +0200
+++ libpng/scripts/makefile.darwin 200
8-08-20 01:48:40
.000000000 +0200
@@ -7,14 +7,14 @@
# For conditions of distribution and use, see copyright notice in png.h
...
...
@@ -24,10 +24,10 @@ diff -ruN libpng-1.2.20/scripts/makefile.darwin libpng/scripts/makefile.darwin
@@ -39,8 +39,8 @@
RM_F=/bin/rm -f
# CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE
-CFLAGS=-I$(ZLIBINC) -Wall -O -funroll-loops
# CFLAGS=-I$(ZLIBINC) -W
-W
all -O3 -funroll-loops -DPNG_NO_MMX_CODE
-CFLAGS=-I$(ZLIBINC) -W
-W
all -O -funroll-loops
-LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
+CFLAGS=??EXTRA_CFLAGS?? -I$(ZLIBINC) -W
all -O3
-funroll-loops
+CFLAGS=??EXTRA_CFLAGS?? -I$(ZLIBINC) -W
-Wall -O
-funroll-loops
+LDFLAGS=??EXTRA_LDFLAGS?? -L. -L$(ZLIBLIB) -lpng12 -lz
INCPATH=$(prefix)/include
...
...
@@ -41,7 +41,7 @@ diff -ruN libpng-1.2.20/scripts/makefile.darwin libpng/scripts/makefile.darwin
libpng.a: $(OBJS)
$(AR_RC) $@ $(OBJS)
@@ -1
79,7 +179
,7 @@
@@ -1
82,7 +182
,7 @@
chmod 755 $(DB)/$(LIBNAME)-config
(cd $(DB); $(LN_SF) $(LIBNAME)-config libpng-config)
...
...
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