[FFmpeg-cvslog] fate/libavcodec: Fix config dependency of h264-levels test

Mark Thompson git at videolan.org
Sun Nov 11 18:48:43 EET 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Sat Oct 27 23:19:49 2018 +0100| [fd1d735c0b98bad99c9084d5a16935d96aa37297] | committer: Mark Thompson

fate/libavcodec: Fix config dependency of h264-levels test

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd1d735c0b98bad99c9084d5a16935d96aa37297
---

 tests/fate/libavcodec.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index aa4c36b112..5dde1243fa 100644
--- a/tests/fate/libavcodec.mak
+++ b/tests/fate/libavcodec.mak
@@ -46,7 +46,7 @@ fate-dct8x8: libavcodec/tests/dct$(EXESUF)
 fate-dct8x8: CMD = run libavcodec/tests/dct
 fate-dct8x8: CMP = null
 
-FATE_LIBAVCODEC-$(CONFIG_H264_VAAPI_ENCODER) += fate-h264-levels
+FATE_LIBAVCODEC-$(CONFIG_H264_METADATA_BSF) += fate-h264-levels
 fate-h264-levels: libavcodec/tests/h264_levels$(EXESUF)
 fate-h264-levels: CMD = run libavcodec/tests/h264_levels
 fate-h264-levels: REF = /dev/null



More information about the ffmpeg-cvslog mailing list