Re: [libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-19 Thread Martin Storsjö
On Fri, 19 Oct 2012, Diego Biurrun wrote: On Fri, Oct 19, 2012 at 02:43:05AM +0300, Martin Storsjö wrote: --- tests/fate/video.mak | 130 +- 1 file changed, 65 insertions(+), 65 deletions(-) Of all the possible files to work on you pick the on

Re: [libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-19 Thread Diego Biurrun
On Fri, Oct 19, 2012 at 02:43:05AM +0300, Martin Storsjö wrote: > --- > tests/fate/video.mak | 130 > +- > 1 file changed, 65 insertions(+), 65 deletions(-) Of all the possible files to work on you pick the one I'm doing? Diego __

Re: [libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-18 Thread Måns Rullgård
Martin Storsjö writes: > -FATE_SAMPLES_AVCONV += fate-v410enc > +FATE_SAMPLES_AVCONV-$(call ALLYES, IMAGE2_DEMUXER PGMYUV_DECODER > V410_ENCODER AVI_MUXER) += fate-v410enc > fate-v410enc: tests/vsynth1/00.pgm > fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i > $(TARGET_PATH)/tests/vsynth1

Re: [libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-18 Thread Måns Rullgård
Martin Storsjö writes: > FATE_IFF += fate-iff-byterun1 > @@ -127,37 +127,37 @@ fate-iff-byterun1: CMD = framecrc -i > $(SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 > FATE_IFF += fate-iff-ilbm > fate-iff-ilbm: CMD = framecrc -i $(SAMPLES)/iff/lms-matriks.ilbm -pix_fmt > rgb24 > > -FATE_SAMPLES_AVCONV

Re: [libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-18 Thread Måns Rullgård
Martin Storsjö writes: > -FATE_SAMPLES_AVCONV += fate-idroq-video-encode > +FATE_SAMPLES_AVCONV-$(call ALLYES, IMAGE2_DEMUXER PGMYUV_DECODER ROQ_MUXER > ROQ_ENCODER) += fate-idroq-video-encode > fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i > $(SAMPLES)/ffmpeg-synthetic/vsynth

[libav-devel] [PATCH 2/2] fate: Add proper dependencies for the tests in video.mak

2012-10-18 Thread Martin Storsjö
The output of make fate-list is identical to before. This adds proper dependencies to the last tests that require zlib. --- tests/fate/video.mak | 130 +- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/tests/fate/video.mak b/tests/