diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibvdpaudefs.h | 8 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibvdpautypes.h | 17 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibvdpauundefs.h | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 796b4347..2317b39f 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -3413,6 +3413,7 @@ wrappedlibva: wrappedlibvadrm: wrappedlibvawayland: wrappedlibvax11: +wrappedlibvdpau: wrappedlibvorbis: wrappedlibx11: - iFp: diff --git a/src/wrapped/generated/wrappedlibvdpaudefs.h b/src/wrapped/generated/wrappedlibvdpaudefs.h new file mode 100644 index 00000000..c128892e --- /dev/null +++ b/src/wrapped/generated/wrappedlibvdpaudefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibvdpauDEFS_H_ +#define __wrappedlibvdpauDEFS_H_ + + +#endif // __wrappedlibvdpauDEFS_H_ diff --git a/src/wrapped/generated/wrappedlibvdpautypes.h b/src/wrapped/generated/wrappedlibvdpautypes.h new file mode 100644 index 00000000..16b7808b --- /dev/null +++ b/src/wrapped/generated/wrappedlibvdpautypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibvdpauTYPES_H_ +#define __wrappedlibvdpauTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedlibvdpauTYPES_H_ diff --git a/src/wrapped/generated/wrappedlibvdpauundefs.h b/src/wrapped/generated/wrappedlibvdpauundefs.h new file mode 100644 index 00000000..109b62de --- /dev/null +++ b/src/wrapped/generated/wrappedlibvdpauundefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibvdpauUNDEFS_H_ +#define __wrappedlibvdpauUNDEFS_H_ + + +#endif // __wrappedlibvdpauUNDEFS_H_ |