mirror of
https://github.com/mpv-player/mpv
synced 2025-01-15 19:42:53 +00:00
c704824b45
This seems to work on gcc, clang and mingw as-is, but I made it conditional on __GNUC__ just in case, even though I can't figure out which compilers we care about that don't export this define. Also replace all instances of assert(0) in the code by MP_UNREACHABLE(), which is a strict improvement. |
||
---|---|---|
.. | ||
bstr.c | ||
bstr.h | ||
charset_conv.c | ||
charset_conv.h | ||
ctype.h | ||
dispatch.c | ||
dispatch.h | ||
jni.c | ||
jni.h | ||
json.c | ||
json.h | ||
linked_list.h | ||
natural_sort.c | ||
natural_sort.h | ||
node.c | ||
node.h | ||
rendezvous.c | ||
rendezvous.h | ||
thread_pool.c | ||
thread_pool.h | ||
thread_tools.c | ||
thread_tools.h |