#include #include #include #define _GNU_SOURCE /* See feature_test_macros(7) */ #include #include "wrappedlibs.h" #include "debug.h" #include "wrapper.h" #include "bridge.h" #include "librarian/library_private.h" #include "x64emu.h" #ifdef ANDROID const char* gstrtpName = "libgstrtp-1.0.so"; #else const char* gstrtpName = "libgstrtp-1.0.so.0"; #endif #define LIBNAME gstrtp #define PRE_INIT \ if(box64_nogtk) \ return -1; #include "wrappedlib_init.h"