about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibavutil56.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-03-20 18:34:33 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-03-20 18:34:33 +0100
commit5ab56ee172a87eb77f0374b3fcffc9c1db522acc (patch)
tree468449973c72e23f0d5a9331eab748e96f8ef719 /src/wrapped/wrappedlibavutil56.c
parent7873b703064d35c0f63e5a2b8597f8fa9e64ee41 (diff)
downloadbox64-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.c22
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"