0a07765649
jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and now included by reference in Adobe's PDF 1.4.
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
$OpenBSD: patch-test_jbig2dec_py,v 1.1.1.1 2009/10/11 09:59:16 sthen Exp $
|
|
--- test_jbig2dec.py.orig Tue Jul 14 22:00:16 2009
|
|
+++ test_jbig2dec.py Tue Jul 14 22:00:21 2009
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/bin/env python
|
|
+#!${MODPY_BIN}
|
|
|
|
# this is the testtest script for jbig2dec
|
|
|