[gst-devel] Re: compile errors; gstelements

Lee Brown leejr at i-plus.net
Fri Feb 9 14:55:21 CET 2001


On Fri, 09 Feb 2001, Erik Walthinsen wrote:
> On Fri, 9 Feb 2001, Lee Brown wrote:

 gsthttpsrc.h includes ghttp.h which needs gnome so 
gst/elements/Makfile.am may need the following or similar change.

from
------------
if HAVE_LIBGHTTP
GSTHTTPSRC=gsthttpsrc.c
else
GSTHTTPSRC=
endif


to
------------------
if HAVE_LIBGHTTP
GSTHTTPSRC=gsthttpsrc.c
CFLAGS += $(GNOME_CFLAGS)
else
GSTHTTPSRC=
endif

Obviously my setup is different then other peoples.  so I hope these things are 
a help.

lee

-- 
Lee Brown Jr.
leejr at i-plus.net





More information about the gstreamer-devel mailing list