aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/api-seek-test.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-18 10:40:00 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-21 04:30:09 +0100
commite5d62e20c8d84207f7bc63009751572285a16127 (patch)
tree28a767992c6949e89b0819dd4ea94cde09dbbefd /tests/api/api-seek-test.c
parent94fd222235a97766bd948375a08b176d955ed5a3 (diff)
downloadffmpeg-e5d62e20c8d84207f7bc63009751572285a16127.tar.gz
avdevice/sdl2: Suppress macro redefinition warning
SDL2's headers #define HAVE_PTHREAD_SETNAME_NP (to one here); we also have a config define which leads the compiler to warn about this when the values are distinct (as they are here). Suppress this warning by including config.h before SDL.h. The latter will then redefine our define which doesn't matter and which does not lead to warnings because compilers don't warn about system headers by default (depending upon -Wsystem-headers). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/api/api-seek-test.c')
0 files changed, 0 insertions, 0 deletions