Commit b83c41cc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not include <vlc_spu.h> in <vlc_vout_osd.h>

parent be54712b
......@@ -41,9 +41,6 @@ extern "C" {
typedef struct spu_private_t spu_private_t;
/* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)
/**
* Subpicture unit descriptor
*/
......
......@@ -26,8 +26,6 @@
#ifndef VLC_VOUT_OSD_H
#define VLC_VOUT_OSD_H 1
#include <vlc_spu.h>
#ifdef __cplusplus
extern "C" {
#endif
......@@ -40,6 +38,9 @@ extern "C" {
* Overlay text and widgets
*/
//* Default subpicture channel ID */
#define SPU_DEFAULT_CHANNEL (1)
/**
* OSD menu position and picture type defines
*/
......
......@@ -43,6 +43,7 @@
#include <vlc_vout.h>
#include <vlc_filter.h>
#include <vlc_spu.h>
#include <vlc_vout_osd.h>
#include <vlc_image.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment