Changeset 9eb047da0ca4537c86ca0695803b3b22ed226818
- Timestamp:
- 20/08/08 02:00:29
(4 months ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1219190429 +0200
- git-parent:
[ce718de21f000a5dda416960a2b7dffdacabd9a2]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1219190377 +0200
- Message:
contribs: update libpng patch for OSX
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3da67c9 |
r9eb047d |
|
| 1 | | diff -ruN libpng-1.2.20/scripts/makefile.darwin libpng/scripts/makefile.darwin |
|---|
| 2 | | --- libpng-1.2.20/scripts/makefile.darwin 2007-09-08 05:23:01.000000000 +0200 |
|---|
| 3 | | +++ libpng/scripts/makefile.darwin 2007-09-23 15:31:21.000000000 +0200 |
|---|
| | 1 | diff -ruN libpng-1.2.30/scripts/makefile.darwin libpng/scripts/makefile.darwin |
|---|
| | 2 | --- libpng-1.2.30/scripts/makefile.darwin 2008-08-15 16:14:44.000000000 +0200 |
|---|
| | 3 | +++ libpng/scripts/makefile.darwin 2008-08-20 01:48:40.000000000 +0200 |
|---|
| 4 | 4 | @@ -7,14 +7,14 @@ |
|---|
| 5 | 5 | # For conditions of distribution and use, see copyright notice in png.h |
|---|
| … | … | |
| 25 | 25 | RM_F=/bin/rm -f |
|---|
| 26 | 26 | |
|---|
| 27 | | # CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE |
|---|
| 28 | | -CFLAGS=-I$(ZLIBINC) -Wall -O -funroll-loops |
|---|
| | 27 | # CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE |
|---|
| | 28 | -CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops |
|---|
| 29 | 29 | -LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz |
|---|
| 30 | | +CFLAGS=??EXTRA_CFLAGS?? -I$(ZLIBINC) -Wall -O3 -funroll-loops |
|---|
| | 30 | +CFLAGS=??EXTRA_CFLAGS?? -I$(ZLIBINC) -W -Wall -O -funroll-loops |
|---|
| 31 | 31 | +LDFLAGS=??EXTRA_LDFLAGS?? -L. -L$(ZLIBLIB) -lpng12 -lz |
|---|
| 32 | 32 | |
|---|
| … | … | |
| 42 | 42 | libpng.a: $(OBJS) |
|---|
| 43 | 43 | $(AR_RC) $@ $(OBJS) |
|---|
| 44 | | @@ -179,7 +179,7 @@ |
|---|
| | 44 | @@ -182,7 +182,7 @@ |
|---|
| 45 | 45 | chmod 755 $(DB)/$(LIBNAME)-config |
|---|
| 46 | 46 | (cd $(DB); $(LN_SF) $(LIBNAME)-config libpng-config) |
|---|