From 9ea3e364193bb9ab9145858b19c9960f3e6d77a2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Jan 1999 15:55:20 +0000 Subject: [PATCH] Move the jpeg module to the SGI section; it is dependent on the "cl" module available on IRIX. --- Doc/lib/lib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 39d0ffb066..ae2b890f9b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -205,7 +205,6 @@ add new extensions to Python and how to embed it in other applications. \input{libaudioop} \input{libimageop} \input{libaifc} -\input{libjpeg} \input{librgbimg} \input{libimghdr} \input{libsndhdr} @@ -226,6 +225,7 @@ add new extensions to Python and how to embed it in other applications. \input{libfm} \input{libgl} \input{libimgfile} +\input{libjpeg} %\input{libpanel} \input{libsun} % SUNOS ONLY -- 2.50.1