Doh. Forgot the libgif check. Also, slowly adding the scaling support That

Doh.  Forgot the libgif check.  Also, slowly adding the scaling support
That will be the next commit.

I also hope I got the configure.in right...

M
This commit is contained in:
Mark Crichton 1999-07-13 06:21:40 +00:00
parent 6992607bb0
commit 1d146b0d58
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,4 @@
1999-07-12 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_OUTPUT): Remove spurious `,'.
1999-07-13 <crichton@gimp.org>
* configure.in: I am a bonehead. Added gif-lib check.

View File

@ -35,3 +35,7 @@ gdk_pixbuf_unref (GdkPixBuf *pixbuf)
gdk_pixbuf_destroy (pixbuf);
}
GdkPixBuf *
gdk_pixbuf_scale (GdkPixBuf *pixbuf, gint w, gint h)
{
}