[gst-devel] bug in makefile of gstlibfame
Daniel Alonso
dalonso at apanoia.net
Fri Jul 2 12:24:03 CEST 2004
Hi,
In the process of building the 0.8.1 version of gst-plugins that come
with the latest garnome nightly build in my SUSE 9.1 box I've found a
bug during the compilation of libfame.
In fact the fame.h compiler header is not found though in the Makefile
there is a FAME_CFLAGS variable defined as LIBFAME_CFLAGS=-I/usr/
include/fame.
After poking a bit I've found that though this variable is defined it is
never got used. In fact, in gst-plugins-0.8-1/ext/libfame/Makefile you
can found:
libgstlibfame_la_CFLAGS = $(GST_CFLAGS)
I've have manually added $(LIBFAME_CFLAGS) in order to work as follows:
libgstlibfame_la_CFLAGS = $(GST_CFLAGS) $(LIBFAME_CFLAGS)
I don't know if there is a better place to add this, but I suppose it
should be added is some other autoconf/automake/autothing script.
Should I know I would open a bug and submit a patch, but I don't know.
Is it enough to send this mail? Would the maintainer of gstlibfame get
this mail or should I address him/her directly?
Best regards.
Dani Alonso.
More information about the gstreamer-devel
mailing list