⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libpng-makefile.patch

📁 VLC Player Source Code
💻 PATCH
字号:
--- 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -