diff mbox

[FFmpeg-devel,v3,1/6] fate/libavcodec: Fix config dependency of h264-levels test

Message ID 20181027221954.8589-1-sw@jkqxz.net
State Accepted
Headers show

Commit Message

Mark Thompson Oct. 27, 2018, 10:19 p.m. UTC
---
 tests/fate/libavcodec.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

James Almer Nov. 11, 2018, 3:41 p.m. UTC | #1
On 10/27/2018 7:19 PM, Mark Thompson wrote:
> ---
>  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

LGTM
diff mbox

Patch

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