aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pngminim/encoder/README
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
commit0d889b4fd2c96153983a28cc5757c0172d9eb78b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /contrib/pngminim/encoder/README
parent78ac9384d6ca0067d77b843b70bbdd828bb738df (diff)
downloadexternal_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.zip
external_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.tar.gz
external_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'contrib/pngminim/encoder/README')
-rw-r--r--contrib/pngminim/encoder/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README
deleted file mode 100644
index 4a68fc8..0000000
--- a/contrib/pngminim/encoder/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This demonstrates the use of PNG_USER_CONFIG and pngusr.h
-
-To build a minimal write-only encoder, run
- gather.sh # to collect needed files from pngminus, libpng, and zlib
- make -f makefile.std
-