On Sat, March 26, 2011 23:41, Chris Clayton wrote:
> Hi,
>
> Lives-1.4.2 will not build here because there is one instance of
WEED_CHANNEL_FOLLOWS_OUTPUT left in the source code.
>
> The patch below fixes it:
>
> --- lives-1.4.2/src/events.c~ 2011-03-26 22:26:18.000000000 +0000 +++
lives-1.4.2/src/events.c 2011-03-26 22:27:52.000000000 +0000 @@
-775,7 +775,7 @@ void **get_init_events_before(weed_plant
>
> ctmpl=weed_get_plantptr_value(filter,"in_channel_templates",&error);
> if (weed_plant_has_leaf(ctmpl,"flags")) {
> cflags=weed_get_int_value(ctmpl,"flags",&error);
> - if (cflags&WEED_CHANNEL_FOLLOWS_OUTPUT) {
> + if (cflags&WEED_FILTER_PROCESS_LAST) {
> // add before any "follows output" filters
> continue;
> }
>
> Chris
OK, thanks for that - it slipped through my testing. I have updated the
builds and the shasums on the site.
Regards,
Gabriel.
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users