diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-20 18:34:33 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-20 18:34:33 +0100 |
| commit | 5ab56ee172a87eb77f0374b3fcffc9c1db522acc (patch) | |
| tree | 468449973c72e23f0d5a9331eab748e96f8ef719 /src/wrapped/wrappedlibavutil56.c | |
| parent | 7873b703064d35c0f63e5a2b8597f8fa9e64ee41 (diff) | |
| download | box64-5ab56ee172a87eb77f0374b3fcffc9c1db522acc.tar.gz box64-5ab56ee172a87eb77f0374b3fcffc9c1db522acc.zip | |
[WRAPPER] Forgot those file in previous commit
Diffstat (limited to 'src/wrapped/wrappedlibavutil56.c')
| -rw-r--r-- | src/wrapped/wrappedlibavutil56.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibavutil56.c b/src/wrapped/wrappedlibavutil56.c index 1efec99c..eb1cf389 100644 --- a/src/wrapped/wrappedlibavutil56.c +++ b/src/wrapped/wrappedlibavutil56.c @@ -1,9 +1,16 @@ +<<<<<<< Updated upstream +======= +#include <stdio.h> +>>>>>>> Stashed changes #include <stdlib.h> #include <string.h> #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <dlfcn.h> +<<<<<<< Updated upstream #include <stdarg.h> #include <stdio.h> +======= +>>>>>>> Stashed changes #include "wrappedlibs.h" @@ -20,6 +27,7 @@ #include "myalign.h" const char* libavutil56Name = "libavutil.so.56"; +<<<<<<< Updated upstream #define LIBNAME libavutil56 @@ -28,6 +36,17 @@ const char* libavutil56Name = "libavutil.so.56"; #include "generated/wrappedlibavutil56types.h" #include "wrappercallback.h" +======= +#define ALTNAME "libavutil.so" + +#define LIBNAME libavutil56 + +//#define ADDED_FUNCTIONS() \ + +//#include "generated/wrappedlibcupstypes.h" + +//#include "wrappercallback.h" +>>>>>>> Stashed changes #define SUPER() \ GO(0) \ @@ -36,6 +55,7 @@ GO(2) \ GO(3) \ GO(4) +<<<<<<< Updated upstream // log_callback ... #define GO(A) \ static uintptr_t my_log_callback_fct_##A = 0; \ @@ -70,4 +90,6 @@ EXPORT void my_av_log_set_callback(x64emu_t* emu, void* f) my->av_log_set_callback(find_log_callback_Fct(f)); } +======= +>>>>>>> Stashed changes #include "wrappedlib_init.h" |