ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Tue Jun 3 21:58:58 2025 +0200| [140fc655f7eaf1e7831a03eefd16b15d58bac34a] | committer: Andreas Rheinhardt
tests/fate/libavcodec: Run hashtable test Reviewed-by: Emma Worley <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=140fc655f7eaf1e7831a03eefd16b15d58bac34a --- tests/fate/libavcodec.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak index b69ad53f7c..361571aaee 100644 --- a/tests/fate/libavcodec.mak +++ b/tests/fate/libavcodec.mak @@ -43,6 +43,11 @@ fate-golomb: libavcodec/tests/golomb$(EXESUF) fate-golomb: CMD = run libavcodec/tests/golomb$(EXESUF) fate-golomb: CMP = null +FATE_LIBAVCODEC-$(CONFIG_DXV_ENCODER) += fate-hashtable +fate-hashtable: libavcodec/tests/hashtable$(EXESUF) +fate-hashtable: CMD = run libavcodec/tests/hashtable$(EXESUF) +fate-hashtable: CMP = null + FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8-0 fate-idct8x8-1 fate-idct8x8-2 fate-idct248 fate-idct8x8-0: libavcodec/tests/dct$(EXESUF) _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
