While trying to build yesterdays CVS on MacOS X, I got linker errors about a missing definition of mm_support in filter_crop.c and filter_quickdnr.c. I added the following lines to both files and got them to link OK, but I have no idea whether this is an acceptable solution:
#define emms() do {} while (0) int mm_support(void) { return 0; }
That does work, but since lots of other filters also define and use something similar, I think we can do better. I spent the weekend redesigning all this stuff, but then Mino Taoyama came up with a much simpler solution for these two filters, so I checked that in for now.
-- Nigel Pearson, [EMAIL PROTECTED] | "Reality is that which, Telstra BI&D, Sydney, Australia | when you stop believing Office: 8255 4222 Fax: 8255 3153 | in it, doesn't go away." Mobile: 0408 664435 Home: 9792 6998 | Philip K. Dick - 'Valis'
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
