@ -19,6 +19,7 @@
*****************************************************************************/
#include <vlc_tick.h>
#include <vlc_arrays.h>
int tt_OpenDemux( vlc_object_t* p_this );
void tt_CloseDemux( vlc_object_t* p_demux );
@ -54,6 +54,7 @@
#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
#include <vlc_common.h>
#include <vlc_threads.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
@ -27,6 +27,7 @@
#define VLC_DBUS_DBUS_PLAYER_H_
#include "dbus_common.h"
#define DBUS_MPRIS_PLAYER_INTERFACE "org.mpris.MediaPlayer2.Player"
#define VLC_DBUS_DBUS_ROOT_H_
/* DBUS IDENTIFIERS */
#define DBUS_MPRIS_ROOT_INTERFACE "org.mpris.MediaPlayer2"
#define VLC_DBUS_DBUS_TRACKLIST_H_
@ -20,6 +20,8 @@
#ifndef VLC_TS_H
#define VLC_TS_H
#ifdef HAVE_ARIBB24
typedef struct arib_instance_t arib_instance_t;
#endif
@ -31,6 +31,7 @@
#include <vlc_services_discovery.h>
#include <vlc_renderer_discovery.h>
@ -25,6 +25,7 @@
#include <vlc_modules.h>
@ -34,6 +34,7 @@
#include <vlc_filter.h> /* filter_sys_t */
# include <vlc_xml.h>
@ -22,6 +22,7 @@ extern "C" {
#include "../lru.h"
struct vlc_font_select_t
{
@ -22,6 +22,7 @@
#include <vlc_filter.h>
#include <vlc_text_style.h>
#include <vlc_list.h>
#include "lru.h"
@ -32,7 +32,7 @@
#ifndef PLATFORM_FONTS_H
#define PLATFORM_FONTS_H
/** \defgroup freetype_fonts Freetype Fonts management
* \ingroup freetype
* Freetype text rendering cross platform
* @{
@ -55,6 +55,8 @@
#include "freetype.h"
#ifdef __cplusplus
extern "C" {