diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-20 15:55:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-20 15:55:20 (GMT) |
commit | 9ea3e364193bb9ab9145858b19c9960f3e6d77a2 (patch) | |
tree | 0eff482722bf8490d92855d076bd57e826b98cfd /Doc | |
parent | 4259f0db04f4c85f91637eb276330ad6b1e25d54 (diff) | |
download | cpython-9ea3e364193bb9ab9145858b19c9960f3e6d77a2.zip cpython-9ea3e364193bb9ab9145858b19c9960f3e6d77a2.tar.gz cpython-9ea3e364193bb9ab9145858b19c9960f3e6d77a2.tar.bz2 |
Move the jpeg module to the SGI section; it is dependent on the "cl"
module available on IRIX.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 39d0ffb..ae2b890 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 |