#include "config.h"
#include <sys/stat.h>
#include <string.h>
#include <dlfcn.h>
#include "real_common.h"
|
#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 */ |
|
◆ LOG_MODULE
#define LOG_MODULE "real_common" |
◆ LOG_VERBOSE
#define O 0x10 /* /opt */ |
◆ OL
#define OL 0x40 /* /opt/lib */ |
◆ OL64
#define OL64 0x20 /* /opt/lib64 */ |
◆ UL
#define UL 0x0C /* /usr/{,local/}lib */ |
◆ UL64
#define UL64 0x03 /* /usr/{,local/}lib64 */ |
◆ ___brk_addr()
void ___brk_addr |
( |
void |
| ) |
|
◆ __ctype_b()
◆ _x_real_codec_open()
void* _x_real_codec_open |
( |
xine_stream_t *const |
stream, |
|
|
const char *const |
path, |
|
|
const char *const |
codec_name, |
|
|
const char *const |
codec_alternate |
|
) |
| |
◆ _x_real_codecs_init()
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().
◆ EXPORTED
#define PLUGIN_MUST_PRELOAD
Definition: xine_plugin.h:46
void * init_realadec(xine_t *xine, const void *data)
Definition: xine_real_audio_decoder.c:501
#define PLUGIN_AUDIO_DECODER
Definition: xine_plugin.h:32
void * init_realvdec(xine_t *xine, const void *data)
Definition: xine_real_video_decoder.c:527
NULL
Definition: xine_plugin.c:78
#define XINE_VERSION_CODE
Definition: xine_internal.h:57
#define PLUGIN_VIDEO_DECODER
Definition: xine_plugin.h:33
const decoder_info_t dec_info_realaudio
Definition: real_common.h:81
#define PLUGIN_NONE
Definition: xine_plugin.h:29
const decoder_info_t dec_info_realvideo
Definition: real_common.h:78