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
3da67c98
Commit
3da67c98
authored
Sep 23, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
parent
a1e027b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
extras/contrib/src/Patches/libpng-osx.patch
extras/contrib/src/Patches/libpng-osx.patch
+8
-8
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Patches/libpng-osx.patch
View file @
3da67c98
diff -ruN libpng-1.2.
12
/scripts/makefile.darwin libpng/scripts/makefile.darwin
--- libpng-1.2.
12/scripts/makefile.darwin 2006-06-27 22:22:40
.000000000 +0200
+++ libpng/scripts/makefile.darwin 200
6-12-08 18:15:36.000000000 +01
00
diff -ruN libpng-1.2.
20
/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 +02
00
@@ -7,14 +7,14 @@
# For conditions of distribution and use, see copyright notice in png.h
...
...
@@ -21,18 +21,18 @@ diff -ruN libpng-1.2.12/scripts/makefile.darwin libpng/scripts/makefile.darwin
# Library name:
LIBNAME = libpng12
@@ -38,8 +38,8 @@
RANLIB=ranlib
@@ -39,8 +39,8 @@
RM_F=/bin/rm -f
-CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops
# CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE
-CFLAGS=-I$(ZLIBINC) -Wall -O -funroll-loops
-LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
+CFLAGS=??EXTRA_CFLAGS?? -I$(ZLIBINC) -Wall -O3 -funroll-loops
+LDFLAGS=??EXTRA_LDFLAGS?? -L. -L$(ZLIBLIB) -lpng12 -lz
INCPATH=$(prefix)/include
LIBPATH=$(exec_prefix)/lib
@@ -7
2,7 +72
,7 @@
@@ -7
3,7 +73
,7 @@
.c.pic.o:
$(CC) -c $(CFLAGS) -fno-common -o $@ $*.c
...
...
@@ -41,7 +41,7 @@ diff -ruN libpng-1.2.12/scripts/makefile.darwin libpng/scripts/makefile.darwin
libpng.a: $(OBJS)
$(AR_RC) $@ $(OBJS)
@@ -17
8,7 +178
,7 @@
@@ -17
9,7 +179
,7 @@
chmod 755 $(DB)/$(LIBNAME)-config
(cd $(DB); $(LN_SF) $(LIBNAME)-config libpng-config)
...
...
extras/contrib/src/packages.mak
View file @
3da67c98
...
...
@@ -122,7 +122,7 @@ VCDIMAGER_VERSION=0.7.23
VCDIMAGER_URL
=
$(GNU)
/vcdimager/vcdimager-
$(VCDIMAGER_VERSION)
.tar.gz
CDIO_VERSION
=
0.78.2
CDIO_URL
=
$(GNU)
/libcdio/libcdio-
$(CDIO_VERSION)
.tar.gz
PNG_VERSION
=
1.2.
18
PNG_VERSION
=
1.2.
20
PNG_URL
=
$(SF)
/libpng/libpng-
$(PNG_VERSION)
.tar.bz2
GPGERROR_VERSION
=
1.5
GPGERROR_URL
=
http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
...
...
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