GNOME Bugzilla – Bug 330797
spc enhancement to build outside source tree
Last modified: 2006-02-13 09:57:04 UTC
*** PATCH KNOWN - WILL FOLLOW *** Of all of the gst-plugins I can presently build (quite a few!), most are quite happy building away from the source tree. The exception is that the NASM source files in <top>/ext/spc/ can't see their headers. The obvious repair to Makefile.am doesn't work, but a bit of fiddling and kicking the tyres got it working. -- Bernard Leak
Created attachment 59140 [details] [review] adds source dir to the search path for headers NASM's handling of -I<path> is seriously stupid. Hence the bizarre trailing slash in '-I${srcdir)/' , which isn't optional! This is a patch for the *release*, so it zaps Makefile.in as well as Makefile.am . You probably don't want the Makefile.in patch.
Thanks for the patch, but this appears to have been fixed previously by Ronald in preparation for the 0.8.12 release: 2006-02-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/libmms/gstmms.c: (gst_mms_srcpad_query), (gst_mms_get), (gst_mms_open), (gst_mms_close), (gst_mms_change_state), (gst_mms_uri_set_uri): * ext/libmms/gstmms.h: Add support for mmsh:// style URIs. * ext/spc/Makefile.am: Make ASM files compile with libtool (fixes warnings). Happy hacking, Andy.