av{codec,util}/tests: Remove pointless undefs

Before commit e96d90eed6 lavu/internal.h
contained redefined various discouraged/forbidden functions to induce
compilation failures upon use, like e.g.
 #define malloc please_use_av_malloc
In order to use these functions, some files had to undefine these
macros. This commit removes the remaining pointless undefs.

Reviewed-by: Rémi Denis-Courmont <remi@remlab.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-11-21 13:58:22 +01:00
parent ee623a43e3
commit 2a90e7d725
14 changed files with 0 additions and 26 deletions

View File

@@ -29,9 +29,6 @@
#include "libavcodec/raw.h"
#include "libavcodec/raw_pix_fmt_tags.h"
#undef printf
#undef fprintf
#if !HAVE_GETOPT
#include "compat/getopt.c"
#endif