xine-lib 1.2.13-20230125hg15249
|
#include "config.h"
#include <sys/stat.h>
#include <string.h>
#include <dlfcn.h>
#include "real_common.h"
Macros | |
#define | LOG_MODULE "real_common" |
#define | LOG_VERBOSE |
#define | UL64 0x03 /* /usr/{,local/}lib64 */ |
#define | UL 0x0C /* /usr/{,local/}lib */ |
#define | O 0x10 /* /opt */ |
#define | OL64 0x20 /* /opt/lib64 */ |
#define | OL 0x40 /* /opt/lib */ |
Functions | |
void | ___brk_addr (void) |
void | __ctype_b (void) |
void | _x_real_codecs_init (xine_t *const xine) |
void * | _x_real_codec_open (xine_stream_t *const stream, const char *const path, const char *const codec_name, const char *const codec_alternate) |
Variables | |
const plugin_info_t xine_plugin_info[] | EXPORTED |
#define LOG_MODULE "real_common" |
Referenced by _x_real_codec_open().
#define LOG_VERBOSE |
#define O 0x10 /* /opt */ |
#define OL 0x40 /* /opt/lib */ |
#define OL64 0x20 /* /opt/lib64 */ |
#define UL 0x0C /* /usr/{,local/}lib */ |
#define UL64 0x03 /* /usr/{,local/}lib64 */ |
void ___brk_addr | ( | void | ) |
void __ctype_b | ( | void | ) |
void * _x_real_codec_open | ( | xine_stream_t *const | stream, |
const char *const | path, | ||
const char *const | codec_name, | ||
const char *const | codec_alternate ) |
References _x_asprintf(), _x_message(), LOG_MODULE, NULL, xine_stream_s::xine, XINE_MSG_LIBRARY_LOAD_ERROR, XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by load_syms_linux(), and load_syms_linux().
void _x_real_codecs_init | ( | xine_t *const | xine | ) |
References _, xine_s::config, lprintf, NULL, O, OL, OL64, config_values_s::register_filename, UL, UL64, and XINE_CONFIG_STRING_IS_DIRECTORY_NAME.
Referenced by init_realadec(), and init_realvdec().
const plugin_info_t xine_plugin_info [] EXPORTED |