On 9/19/2022 2:55 PM, Ronald S. Bultje wrote:
Hi,
On Mon, Sep 19, 2022 at 1:05 PM James Almer <[email protected]> wrote:
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -165,6 +165,9 @@ static const struct {
#if CONFIG_VIDEODSP
{ "videodsp", checkasm_check_videodsp },
#endif
+ #if CONFIG_VIDEODSP
+ { "vorbisdsp", checkasm_check_vorbisdsp },
+ #endif
Why under config_videodsp?
Because i copy pasted and forgot to change it :p
Fixed locally.
Ronald
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".