libpng-makefile.patch
来自「uclinux 下的vlc播放器源代码」· PATCH 代码 · 共 21 行
PATCH
21 行
--- libpng-1.2.8/scripts/makefile.linux 2004-12-03 01:14:31.000000000 +0100+++ libpng/scripts/makefile.linux 2006-07-14 10:12:00.000000000 +0200@@ -13,7 +13,7 @@ # where "make install" puts libpng12.a, libpng12.so*, # libpng12/png.h and libpng12/pngconf.h # Prefix must be a full pathname.-prefix=/usr/local+prefix=$(PREFIX) exec_prefix=$(prefix) # Where the zlib library and include files are located.@@ -53,7 +53,7 @@ # If you're going to install into a temporary location # via DESTDIR, $(DESTDIR)$(prefix) must already exist before # you execute make install.-DESTDIR=+#DESTDIR= DB=$(DESTDIR)$(BINPATH) DI=$(DESTDIR)$(INCPATH)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?