diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-14 17:03:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-21 22:08:52 +0200 |
commit | 9b409ea1e6159f483b0ab4d0413f76c9f646c0a9 (patch) | |
tree | cbc069f83dba2bb842efff6e89de4f105f81ae55 /tests/checkasm/checkasm.c | |
parent | 2583c7abcf2caa1d134c95bd6ebdf6a80f4c1bed (diff) | |
download | ffmpeg-9b409ea1e6159f483b0ab4d0413f76c9f646c0a9.tar.gz |
configure: Factor mpegvideoencdsp out of mpegvideoenc
This will allow to relax the dependency on mpegvideoenc
for several codecs.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r-- | tests/checkasm/checkasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index 0734cd26bf..f4e3d4f433 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -208,7 +208,7 @@ static const struct { #if CONFIG_ME_CMP { "motion", checkasm_check_motion }, #endif - #if CONFIG_MPEGVIDEOENC + #if CONFIG_MPEGVIDEOENCDSP { "mpegvideoencdsp", checkasm_check_mpegvideoencdsp }, #endif #if CONFIG_OPUS_DECODER |