[FFmpeg-cvslog] tests/fate/avformat: Fix fate-lavf
Michael Niedermayer
git at videolan.org
Wed Nov 11 02:46:53 CET 2015
ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Tue Nov 10 04:14:55 2015 +0100| [84f8157662f1aeea4520279e9b2b05b23d706ffc] | committer: Michael Niedermayer
tests/fate/avformat: Fix fate-lavf
The CMP variable seems to have been inherited from fate-api-seek which set it to null
the mxf reference needed a change due to c7e14a279fa7348db10ec824bb2d67858cb1c1ca
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit b83c849e8797fbb972ebd7f2919e0f085061f37f)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84f8157662f1aeea4520279e9b2b05b23d706ffc
---
tests/fate/avformat.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak
index 1d13434..54bfb97 100644
--- a/tests/fate/avformat.mak
+++ b/tests/fate/avformat.mak
@@ -61,6 +61,7 @@ FATE_LAVF += $(FATE_LAVF_PIXFMT-yes)
$(FATE_LAVF): $(AREF) $(VREF)
$(FATE_LAVF): CMD = lavftest
+$(FATE_LAVF): CMP =
FATE_AVCONV += $(FATE_LAVF)
fate-lavf: $(FATE_LAVF)
More information about the ffmpeg-cvslog
mailing list