On 12/8/2015 4:10 AM, Matthieu Bouron wrote:
> On Mon, Dec 7, 2015 at 11:41 PM, Michael Niedermayer <michae...@gmx.at>
> wrote:
> 
>> On Mon, Dec 07, 2015 at 10:42:39AM +0100, Matthieu Bouron wrote:
>>> From: Matthieu Bouron <matthieu.bou...@stupeflix.com>
>>>
>>> ---
>>>  tests/fate/api.mak | 6 +++---
>>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/tests/fate/api.mak b/tests/fate/api.mak
>>> index 0aa00a7..0761de7 100644
>>> --- a/tests/fate/api.mak
>>> +++ b/tests/fate/api.mak
>>> @@ -24,9 +24,9 @@ FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2,
>> PNG) += fate-api-png-codec-p
>>>  fate-api-png-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
>>>  fate-api-png-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test
>> $(TARGET_SAMPLES)/png1/lena-rgba.png
>>>
>>> -FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, MJPEG) +=
>> fate-api-jpeg-codec-param
>>> -fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
>>> -fate-api-jpeg-codec-param: CMD = run
>> $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg
>>> +FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, MJPEG) +=
>> fate-api-mjpeg-codec-param
>>> +fate-api-mjpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
>>> +fate-api-mjpeg-codec-param: CMD = run
>> $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg
>>
>> did you forget git add ?
>>
>> reference file './tests/ref/fate/api-mjpeg-codec-param' not found
>> ./tests/fate-run.sh: 307: ./tests/fate-run.sh: cannot open
>> tests/data/fate/api-mjpeg-codec-param.diff: No such file
>> Test api-mjpeg-codec-param failed. Look at
>> tests/data/fate/api-mjpeg-codec-param.err for details.
>>
> 
> Yes, sorry. New patch attached.

Next time please remember to use -M with git format-patch. It will detect file
renames and prevent the patch from being bloated.
No point in resending the patch now for this, just pointing it out for future
patches.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to