]> git.sesse.net Git - ffmpeg/blobdiff - tests/checkasm/checkasm.c
Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36'
[ffmpeg] / tests / checkasm / checkasm.c
index e4ca116b06cae6f1ef58e7d1c9bc2935ba610e60..cca227aa5a0275f71596762a7b796c8298630fdb 100644 (file)
@@ -80,6 +80,9 @@ static const struct {
     #if CONFIG_FMTCONVERT
         { "fmtconvert", checkasm_check_fmtconvert },
     #endif
+    #if CONFIG_H264DSP
+        { "h264dsp", checkasm_check_h264dsp },
+    #endif
     #if CONFIG_H264PRED
         { "h264pred", checkasm_check_h264pred },
     #endif