#include #include #if defined(__GNUC__) || defined(__clang__) # if !defined(__APPLE__) const char elf_interp[] __attribute__((section(".interp"))) = ELF_INTERP; # endif #include void show_version(void) { fprintf(stderr, "libaribb1.so - ARIB STD-B1 shared library version %s (%s)\n", ARIBB25_VERSION_STRING, BUILD_GIT_REVISION); fprintf(stderr, " built with %s %s on %s\n", BUILD_CC_NAME, BUILD_CC_VERSION, BUILD_OS_NAME); _exit(0); } #endif