Quoting Diego Biurrun (2016-10-19 10:52:30)
> On Tue, Oct 18, 2016 at 09:31:15PM +0200, Anton Khirnov wrote:
> > Quoting Diego Biurrun (2016-10-14 01:15:32)
> > > On Fri, Oct 14, 2016 at 01:13:42AM +0200, Diego Biurrun wrote:
> > > > On Thu, Oct 13, 2016 at 07:03:01PM -0400, Vittorio Giovara wrote:
> > > > > --- /dev/null
> > > > > +++ b/tests/fate/mov.mak
> > > > > @@ -0,0 +1,12 @@
> > > > > +FATE_MOV += fate-mov-display-matrix
> > > > > +fate-mov-display-matrix: CMD = run avprobe -v 0 -show_stream_entry 
> > > > > matrix $(TARGET_SAMPLES)/mov/displaymatrix.mov
> > > > > +
> > > > > +FATE_MOV += fate-mov-rotation
> > > > > +fate-mov-rotation: CMD = run avprobe -v 0 -show_stream_entry 
> > > > > rotation $(TARGET_SAMPLES)/mov/displaymatrix.mov
> > > > > +
> > > > > +FATE_MOV += fate-mov-ar
> > > > > +fate-mov-ar: CMD = probear $(TARGET_SAMPLES)/mov/displaymatrix.mov
> > > > > +
> > > > > +$(FATE_MOV): avprobe$(EXESUF)
> > > > > +FATE_SAMPLES-$(call ALLYES, AVPROBE, MOV_DEMUXER) += $(FATE_MOV)
> > > > 
> > > > ALLYES does not work this way, the second ',' is wrong.
> > > > 
> > > > IMO this should go in probe.mak. That would also fix the deps, you are
> > > > missing at least a dependency on the avprobe program.
> > > 
> > > I'm blind today, you have the dependency of course. probe.mak still looks
> > > like a better place to me.
> > 
> > It really is not. Do not be confused by similar-sounding names,
> > probe.mak is for testing avformat file type probing. This is for testing
> > correct decoding of some mov feature, it has nothing to do with file
> > type probing.
> 
> I know the contents of probe.mak. I consider its contents tests for
> demuxer-level properties that can be determined by avprobe, not just
> for file type detection.

"stuff that we test using avprobe" does not strike me as a good
criterium for grouping tests.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to