On Sat, Aug 11, 2012 at 06:49:29PM +0100, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > > This fixes running FATE without --enable-gpl. > > --- > > > > Rebased on top of last round of changes to that file; less intrusive now. > > > > tests/fate/filter.mak | 13 +++++++------ > > 1 files changed, 7 insertions(+), 6 deletions(-) > > [...] > > > -FATE_FILTER += fate-filter-asyncts > > fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv > > fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af > > asyncts > > fate-filter-asyncts: CMP = oneoff > > fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm > > > > +FATE_FILTER-$(CONFIG_ASYNCTS_FILTER) += fate-filter-asyncts > > Why did you move that line?
All the other FATE_FILTER lines in that file are below the prerequisite and variable declarations for each filter, so I made it consistent. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
