1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00
Files
FFmpeg/tools
Andreas Rheinhardt 0d9b0015ba tools/target_dec_fuzzer: Remove mjpeg hack
ff_mjpeg_decoder is now referenced directly by the relevant
decoders, so that the linker sees the dependency and
just does the desired thing. So remove the hack.

(Btw: The preprocessor does not do string comparisons, instead
undefined tokens in #if checks evaluate to 0, making the check
true regardless of the actual codec fuzzed (and leading to
linker errors if the mjpeg decoder is disabled).)

Reviewed-by: Kacper Michajlow <kasper93@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-04-25 12:35:28 +02:00
..
2025-02-25 02:03:58 +01:00
2025-04-22 20:45:57 +02:00
2022-02-24 12:56:49 +01:00
2023-09-07 00:42:10 +02:00
2025-04-22 20:45:57 +02:00
2024-08-08 15:26:52 +02:00
2025-04-22 20:45:57 +02:00
2023-09-07 00:42:10 +02:00
2023-04-02 16:28:54 +02:00